Skip to content

Commit 30d2b0b

Browse files
committed
Enable Dependabot
Configure Dependabot to automatically detect updates to the actions used in GitHub Actions (e.g., `actions/checkout`) and create pull requests for them. Based on experience, checking for updates on a weekly interval should work well.
1 parent d67609d commit 30d2b0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

0 commit comments

Comments
 (0)