Skip to content

Commit 7bfc323

Browse files
committed
ci: add dependabot
1 parent 713397e commit 7bfc323

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)