Skip to content

Commit 6d176e2

Browse files
authored
Dependabot configuration to update actions in workflows
1 parent 6efc023 commit 6d176e2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
# Look for GitHub Actions workflows in the `root` directory
6+
directory: "/"
7+
# Check the for updates once a week
8+
schedule:
9+
interval: "weekly"

0 commit comments

Comments
 (0)