We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4745370 commit d237697Copy full SHA for d237697
.github/dependabot.yml
@@ -5,5 +5,9 @@ updates:
5
# Keep dependencies for GitHub Actions up-to-date
6
- package-ecosystem: 'github-actions'
7
directory: '/'
8
+ groups:
9
+ github-actions:
10
+ patterns:
11
+ - "*" # Group all Actions updates into a single larger pull request
12
schedule:
13
interval: 'monthly'
0 commit comments