Skip to content

Commit 5497e83

Browse files
duncanmmacleodduetosymmetry
authored andcommitted
Add dependabot configuration
This should configure the github-supported Dependabot to scan the github actions once per week and automatically open PRs to update components to the latest version
1 parent 1bed78c commit 5497e83

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/" # Location of package manifests
8+
schedule:
9+
interval: "weekly"
10+
commit-message:
11+
prefix: "actions"

0 commit comments

Comments
 (0)