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 cf3883d commit 4c2dd1dCopy full SHA for 4c2dd1d
.github/renovate.json5
@@ -0,0 +1,16 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ "docker:pinDigests",
6
+ "helpers:pinGitHubActionDigests"
7
+ ],
8
+ "packageRules": [
9
+ {
10
+ // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11
+ "matchManagers": ["github-actions"],
12
+ "extends": ["schedule:weekly"],
13
+ "groupName": "github actions"
14
+ }
15
+ ]
16
+}
renovate.json
0 commit comments