We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010a589 commit 45a1762Copy full SHA for 45a1762
.github/dependabot.yml
@@ -1,13 +1,17 @@
1
-# Set update schedule for GitHub Actions
2
-
3
version: 2
4
updates:
5
6
- package-ecosystem: "github-actions"
7
directory: "/"
8
schedule:
9
- # Check for updates to GitHub Actions every week
+ # Check for updates to GitHub Actions every quarter
10
interval: "quarterly"
11
labels:
12
- "Release Not Needed"
13
target-branch: "dev"
+ # Group all github-actions updates into a single PR
+ groups:
14
+ all-github-actions:
15
+ applies-to: "version-updates"
16
+ patterns:
17
+ - "*"
0 commit comments