Skip to content

Commit ba6a686

Browse files
committed
1 parent 4b5c5d1 commit ba6a686

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Keep GitHub Actions up to date with GitHub's Dependabot...
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
groups:
8+
GitHub_Actions:
9+
patterns:
10+
- "*" # Group all Actions updates into a single larger pull request
11+
schedule:
12+
interval: weekly

0 commit comments

Comments
 (0)