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 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
47version : 2
58updates :
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
You can’t perform that action at this time.
0 commit comments