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 4989a0f commit b344a7bCopy full SHA for b344a7b
.github/dependabot.yml
@@ -5,7 +5,13 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "github-actions" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'github-actions'
+ directory: '/'
10
schedule:
11
- interval: "weekly"
+ interval: 'weekly'
12
+ commit-message:
13
+ prefix: 'ci'
14
+ groups:
15
+ github-actions:
16
+ patterns:
17
+ - '*'
0 commit comments