Skip to content

Commit 236ec22

Browse files
author
zer0stars
committed
chore: add dependabot config for model-garage updates
1 parent d3c0902 commit 236ec22

1 file changed

Lines changed: 7 additions & 22 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
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-
81
version: 2
92
updates:
10-
# Maintain dependencies for Go
113
- package-ecosystem: "gomod"
124
directory: "/"
135
schedule:
146
interval: "weekly"
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-
- "*"
7+
allow:
8+
- dependency-name: "github.com/DIMO-Network/model-garage"
9+
commit-message:
10+
prefix: "chore(deps)"
11+
labels:
12+
- "dependencies"
13+
- "go"

0 commit comments

Comments
 (0)