Skip to content

Commit 61e0d93

Browse files
committed
chore(ci): enable dependabot
Signed-off-by: alacuku <aldo@lacuku.eu>
1 parent 244a3a2 commit 61e0d93

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/dependabot.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
gomod:
10+
update-types:
11+
- "patch"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
open-pull-requests-limit: 10
18+
groups:
19+
actions:
20+
update-types:
21+
- "minor"
22+
- "patch"

0 commit comments

Comments
 (0)