File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Please see the documentation for all configuration options:
2
2
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
3
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
4
7
version : 2
5
8
updates :
6
9
- package-ecosystem : " npm" # See documentation for possible values
7
10
directory : " /" # Location of package manifests
8
11
schedule :
9
12
interval : " weekly"
10
13
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
You can’t perform that action at this time.
0 commit comments