We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b2d06 commit 2ea9590Copy full SHA for 2ea9590
.github/dependabot.yaml
@@ -2,6 +2,15 @@ version: 2
2
updates:
3
# Maintain dependencies for GitHub Actions
4
- package-ecosystem: "github-actions"
5
+ # Workflow files stored in the
6
+ # default location of `.github/workflows`
7
directory: "/"
8
schedule:
- interval: "daily"
9
+ interval: "weekly"
10
+ groups:
11
+ all-github-actions:
12
+ patterns: [ "*" ]
13
+ commit-message:
14
+ prefix: ":seedling:"
15
+ labels:
16
+ - "ok-to-test"
0 commit comments