Skip to content

Commit 8491230

Browse files
committed
chore: update dependabot to run monthly
Signed-off-by: Martin Wimpress <code@wimpress.io>
1 parent 038718a commit 8491230

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
version: 2
52
updates:
6-
- package-ecosystem: "github-actions"
7-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
85
schedule:
9-
interval: "weekly"
6+
interval: monthly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
1011

11-
- package-ecosystem: "gomod"
12-
directory: "/"
12+
- package-ecosystem: gomod
13+
directory: /
1314
schedule:
14-
interval: "weekly"
15+
interval: weekly
16+
groups:
17+
gomod:
18+
patterns:
19+
- "*"
20+
commit-message:
21+
prefix: "deps"
22+
include: "scope"

0 commit comments

Comments
 (0)