Skip to content

Commit d482eb9

Browse files
authored
Keep GitHub Actions up to date with Dependabot (#343)
1 parent ac8041b commit d482eb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Please see the documentation for all configuration options:
22
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
33

4+
# Keep GitHub Actions up to date with GitHub's Dependabot...
5+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
6+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
47
version: 2
58
updates:
69
- package-ecosystem: "npm" # See documentation for possible values
710
directory: "/" # Location of package manifests
811
schedule:
912
interval: "weekly"
1013
day: "monday"
14+
- package-ecosystem: github-actions
15+
directory: /
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*" # Group all Actions updates into a single larger pull request
20+
schedule:
21+
interval: weekly
22+
day: monday

0 commit comments

Comments
 (0)