Skip to content

Commit 7443120

Browse files
authored
Create dependabot.yml
1 parent 48efd90 commit 7443120

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
labels: ["dependencies"]
7+
groups:
8+
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
9+
ci:
10+
patterns:
11+
- "*"
12+
schedule:
13+
interval: "weekly"
14+
day: "sunday"
15+
- package-ecosystem: "gomod"
16+
directory: "/"
17+
labels: ["dependencies","go"]
18+
groups:
19+
go:
20+
update-types: ["minor","patch"]
21+
schedule:
22+
interval: "weekly"
23+
day: "sunday"

0 commit comments

Comments
 (0)