Skip to content

Commit cfadf6e

Browse files
committed
renovate: Enable monthly lock file maintenance
1 parent ebea09f commit cfadf6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4+
// Refresh lock files on the first day of each month
5+
// (still gated by dashboard approval for now)
6+
":maintainLockFilesMonthly",
47
// Pin GitHub Actions to their commit SHA digests, resolving floating tags
58
// (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
69
"helpers:pinGitHubActionDigestsToSemver"

0 commit comments

Comments
 (0)