Skip to content

Commit d2cb2c9

Browse files
author
Jon Duckworth
authored
Merge pull request #391 from l0b0/upgrade-github-actions-automatically
feat: Upgrade GitHub actions automatically
2 parents 9ba5eaf + edc55a0 commit d2cb2c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
commit-message:
8+
prefix: build(deps)
39
- package-ecosystem: pip
410
directory: /
511
schedule:

0 commit comments

Comments
 (0)