Skip to content

Commit 015a8cd

Browse files
authored
fix: update dependabot.yml to add applies-to (#345)
I am not sure how exclude-patterns works with group. But it seems `applies-to: "security-updates"` seems to work from this example https://github.com/hashicorp/golang-lru/blob/1ecdc13547b564bf736db9161ed89f1864010108/.github/dependabot.yml#L19-L36
1 parent 9e7fcb1 commit 015a8cd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ updates:
2727
- "mypy"
2828
- "pre-commit"
2929
- "ruff"
30-
update-types:
31-
- "major"
32-
- "minor"
30+
applies-to: "security-updates"
3331
docs:
3432
patterns:
3533
- "mkdocs-gen-files"
@@ -38,6 +36,4 @@ updates:
3836
- "mkdocs-material"
3937
- "mkdocs"
4038
- "pyyaml"
41-
update-types:
42-
- "major"
43-
- "minor"
39+
applies-to: "security-updates"

0 commit comments

Comments
 (0)