Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 76c88a6

Browse files
authored
Create dependabot.yml (#82)
* Create dependabot.yml * Update dependabot.yml * Update dependabot.yml
1 parent 63a0a69 commit 76c88a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)