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 038718a commit 8491230Copy full SHA for 8491230
1 file changed
.github/dependabot.yml
@@ -1,14 +1,22 @@
1
-# See the documentation for all configuration options:
2
-# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
-
4
version: 2
5
updates:
6
- - package-ecosystem: "github-actions"
7
- directory: "/"
+ - package-ecosystem: github-actions
+ directory: /
8
schedule:
9
- interval: "weekly"
+ interval: monthly
+ groups:
+ github-actions:
+ patterns:
10
+ - "*"
11
- - package-ecosystem: "gomod"
12
+ - package-ecosystem: gomod
13
14
15
+ interval: weekly
16
17
+ gomod:
18
19
20
+ commit-message:
21
+ prefix: "deps"
22
+ include: "scope"
0 commit comments