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 ebea09f commit cfadf6eCopy full SHA for cfadf6e
1 file changed
.github/renovate.json5
@@ -1,6 +1,9 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
+ // Refresh lock files on the first day of each month
5
+ // (still gated by dashboard approval for now)
6
+ ":maintainLockFilesMonthly",
7
// Pin GitHub Actions to their commit SHA digests, resolving floating tags
8
// (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
9
"helpers:pinGitHubActionDigestsToSemver"
0 commit comments