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 6d4bb20 commit d3900abCopy full SHA for d3900ab
.github/renovate.json
@@ -0,0 +1,12 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "includePaths": [".github/**"],
7
+ "schedule": "* 0 * * 1",
8
+ "minimumReleaseAge": "3 days",
9
+ "assignees": ["boomanaiden154"],
10
+ "ignorePaths": [".github/workflows/containers/**"],
11
+ "groupName": "[Github] Update GHA Dependencies"
12
+}
0 commit comments