We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890574c commit 560bf7cCopy full SHA for 560bf7c
1 file changed
.github/renovate.json5
@@ -0,0 +1,13 @@
1
+{
2
+ $schema: "https://docs.renovatebot.com/renovate-schema.json",
3
+ extends: [
4
+ "github>rust-lang/renovate:actions",
5
+ "docker:disable",
6
+ ],
7
+ "packageRules": [
8
+ {
9
+ "matchManagers": ["github-actions"],
10
+ "extends": ["schedule:monthly"]
11
+ }
12
13
+}
0 commit comments