Skip to content

Commit 483bb89

Browse files
authored
Update dependabot config (#978)
* Add assets dir to Go mod updates. * Mark for no sync to keep the directories diff. Signed-off-by: SuperQ <superq@gmail.com>
1 parent d29e1ea commit 483bb89

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
###
2-
# This file is synced from https://github.com/prometheus/prometheus
2+
# Avoid syncing from prometheus/prometheus: no_prometheus_repo_sync
33
###
44
version: 2
55
updates:
66
- package-ecosystem: "gomod"
7-
directory: "/"
7+
directories:
8+
- /
9+
- /assets
810
schedule:
911
interval: "monthly"
1012
groups:

0 commit comments

Comments
 (0)