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.
2 parents 1917e1a + c33373e commit 9e4bf07Copy full SHA for 9e4bf07
1 file changed
.github/dependabot.yaml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+# For GitHub Actions updates
4
+- package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ time: "06:00"
9
+ day: "monday"
10
+ timezone: "America/Detroit"
11
+ commit-message:
12
+ prefix: "fix: "
13
+ open-pull-requests-limit: 5
14
+ labels:
15
+ - "dependencies"
16
+ groups:
17
+ all:
18
+ patterns:
19
+ - "*"
20
+ cooldown:
21
+ default-days: 7
0 commit comments