Skip to content

Commit 71c507e

Browse files
Remove gomod from dependabot (#38)
1 parent e40a5b1 commit 71c507e

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "gomod"
3+
- package-ecosystem: "github-actions"
94
directory: "/"
105
schedule:
116
interval: "weekly"
12-
groups:
13-
dependencies:
14-
applies-to: version-updates
15-
update-types:
16-
- "minor"
17-
- "patch"

0 commit comments

Comments
 (0)