Skip to content

Commit fd6b3af

Browse files
author
zer0stars
committed
Revert "chore: add dependabot config for model-garage updates"
This reverts commit 236ec22.
1 parent 236ec22 commit fd6b3af

1 file changed

Lines changed: 22 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
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+
6+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
7+
18
version: 2
29
updates:
10+
# Maintain dependencies for Go
311
- package-ecosystem: "gomod"
412
directory: "/"
513
schedule:
614
interval: "weekly"
7-
allow:
8-
- dependency-name: "github.com/DIMO-Network/model-garage"
9-
commit-message:
10-
prefix: "chore(deps)"
11-
labels:
12-
- "dependencies"
13-
- "go"
15+
groups:
16+
go-mod:
17+
patterns:
18+
- "*"
19+
20+
# Maintain dependencies for GitHub Actions
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
groups:
26+
actions:
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)