We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713397e commit 7bfc323Copy full SHA for 7bfc323
1 file changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+updates:
3
+ # Maintain GitHub Actions (e.g., actions/checkout)
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ day: "monday"
9
+ time: "06:00"
10
+ cooldown:
11
+ default-days: 7
12
+ # Group all Action updates into one PR
13
+ groups:
14
+ all-actions-dependencies:
15
+ patterns:
16
+ - "*"
0 commit comments