Skip to content

Commit accd05c

Browse files
authored
Add Dependabot for GitHub Actions (#488)
This PR adds Dependabot for GitHub Actions as described here - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot As the checkout action is currently out of date, Dependabot will open a PR to update it if and when this PR is merged. ## All PRs: * Has tests - N/A as this is a CI configuration issue * Documentation updated - N/A as this is a CI configuration issue
2 parents 7b8ad4f + 2bf5521 commit accd05c

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
@@ -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)