Skip to content

Commit 8680899

Browse files
authored
Merge pull request #98 from Mossaka/add-dependabot
add dependabot to this project
2 parents 33ad64c + df46b65 commit 8680899

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)