We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e805b0d commit 7a06384Copy full SHA for 7a06384
1 file changed
.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