Skip to content

Commit c5e3719

Browse files
committed
Dependabot: only update vcpkg dependencies for major releases
This detects incompatibilities with possibly breaking changes with vcpkg dependencies. Note, however, that github actions are upgraded for every release as they may contain security relevant fixes for the CI workflows.
1 parent 3a6ca3a commit c5e3719

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
directory: "/.github/" # Location of vcpkg.json file
99
schedule:
1010
interval: "weekly"
11+
ignore:
12+
- dependency-name: "*"
13+
update-types:
14+
- "version-update:semver-minor"
15+
- "version-update:semver-patch"
1116

1217
# https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot
1318
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)