We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b77e3 commit 98b8063Copy full SHA for 98b8063
.github/renovate.json
@@ -51,6 +51,15 @@
51
"!com.regnosys.rosetta:com.regnosys.rosetta",
52
"!rosetta.dsl.version"
53
]
54
- }
+ },
55
+ {
56
+ "description": "Always open PRs immediately for Renovate GitHub Action updates",
57
+ "matchManagers": ["github-actions"],
58
+ "matchPackageNames": ["renovatebot/github-action"],
59
+ "prCreation": "immediate",
60
+ "stabilityDays": 0,
61
+ "minimumReleaseAge": "0 days",
62
+ "schedule": ["at any time"]
63
+ }
64
65
}
0 commit comments