Skip to content

Commit 8582660

Browse files
authored
chore: dependabot config (#132)
Receive dependabot updates for the main go.mod and the frontend, but not the examples
1 parent 8cd1223 commit 8582660

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version: 2
2-
udpates:
2+
updates:
33
- package-ecosystem: "gomod"
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types:
10+
["version-update:semver-patch", "version-update:semver-minor"]
11+
open-pull-requests-limit: 5
12+
- package-ecosystem: "npm"
13+
directory: "/internal/static"
14+
schedule:
15+
interval: "daily"
16+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)