Skip to content

Commit 2254372

Browse files
committed
ci: Add Dependabot to keep GitHub actions up to date
Dependabot will help you to keep you notified about new releases and help you update your workflows. Interval is set to `monthly` so it won't make too much noise.
1 parent 8881cad commit 2254372

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
3+
version: 2
4+
5+
updates:
6+
- package-ecosystem: github-actions
7+
directory: /
8+
schedule:
9+
interval: monthly
10+
labels:
11+
- 'type: dependencies'
12+
- 'github-actions'

0 commit comments

Comments
 (0)