Skip to content

Commit 16fea20

Browse files
authored
Keep GitHub Actions up to date with GitHub's Dependabot (#453)
1 parent afc8713 commit 16fea20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4+
5+
version: 2
6+
updates:
7+
- package-ecosystem: github-actions
8+
directory: /
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*" # Group all Actions updates into a single larger pull request
13+
schedule:
14+
interval: weekly

0 commit comments

Comments
 (0)