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 2b67639 commit a944a56Copy full SHA for a944a56
.github/renovate.json
@@ -0,0 +1,29 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "enabledManagers": [
7
+ "github-actions"
8
9
+ "packageRules": [
10
+ {
11
+ "matchManagers": [
12
13
14
+ "matchDepTypes": [
15
16
17
+ "matchFileNames": [
18
+ ".github/workflows/**"
19
20
+ "schedule": [
21
+ "every weekend"
22
23
+ "labels": [
24
+ "renovate/github-actions"
25
26
+ "groupName": "GitHub Actions updates"
27
+ }
28
+ ]
29
+}
0 commit comments