Skip to content

Commit db5e8c2

Browse files
committed
fix(deps) manage internal vs external dependencies via cooldown.exclude
1 parent 14a97de commit db5e8c2

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
groups:
8-
internal-deps:
9-
patterns:
10-
- "^github.com/stackitcloud/"
11-
external-deps:
12-
patterns:
13-
- ".*"
14-
exclude-patterns:
15-
# should be covered by listing internal-deps first (https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups--)
16-
# but listing it here to be explicit
17-
- "^github.com/stackitcloud/"
18-
cooldown:
19-
default-days: 7
7+
cooldown:
8+
default-days: 7
9+
exclude: ["github.com/stackitcloud*"]
2010
- package-ecosystem: "github-actions"
2111
directory: "/"
2212
schedule:

0 commit comments

Comments
 (0)