There was an error while loading. Please reload this page.
1 parent 8b8063e commit dba11ceCopy full SHA for dba11ce
1 file changed
.github/renovate.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "enabledManagers": ["github-actions"],
5
+ "packageRules": [{
6
+ "matchManagers": ["github-actions"],
7
+ "matchDepTypes": ["github-actions"],
8
+ "matchFileNames": [".github/workflows/**"],
9
+ "schedule": ["every weekend"],
10
+ "labels": ["renovate/github-actions"],
11
+ "groupName": "GitHub Actions updates"
12
+ }]
13
+}
0 commit comments