Skip to content

Commit b54ce01

Browse files
authored
Merge pull request #567 from IntersectMBO/jdral/gha-dependabot
Enable version updates for GitHub Actions using Dependabot
2 parents 50da856 + b465b9d commit b54ce01

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
# Workflow files stored in the default location of `.github/workflows`
6+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
commit-message:
11+
prefix: "[CI] "

0 commit comments

Comments
 (0)