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 b0f0571 commit 81f1910Copy full SHA for 81f1910
1 file changed
.github/dependabot.yml
@@ -0,0 +1,24 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "monday"
8
+ time: "09:00"
9
+ timezone: "America/Chicago"
10
+ open-pull-requests-limit: 5
11
+ commit-message:
12
+ prefix: "chore(deps)"
13
+ labels:
14
+ - "dependencies"
15
+ - "github-actions"
16
+ reviewers:
17
+ - "zircote"
18
+ groups:
19
+ github-actions:
20
+ patterns:
21
+ - "*"
22
+ update-types:
23
+ - "minor"
24
+ - "patch"
0 commit comments