mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5",
|
|
":automergeAll"
|
|
],
|
|
"dependencyDashboard": false,
|
|
"packageRules": [
|
|
{ "minimumReleaseAge": "1 days", "matchPackageNames": [ "*" ] }
|
|
],
|
|
"ignoreDeps": [],
|
|
"ignorePaths": [
|
|
"package.json",
|
|
".npmrc",
|
|
"Dockerfile.test"
|
|
]
|
|
} |