Skip to content

Commit 25a9083

Browse files
authored
Dependabot configuration to update actions in workflows (#661)
* Dependabot configuration to update actions in workflows * Apply suggestion from @ScottBrenner
1 parent 0d57118 commit 25a9083

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 for updates once a week
8+
schedule:
9+
interval: "weekly"

0 commit comments

Comments
 (0)