Forbid dependabot from performing major version bumps (#6852)

This commit is contained in:
Pedro Kaj Kjellerup Nacht 2023-12-13 16:46:25 -03:00 committed by GitHub
parent 686fdd8da1
commit 43e4461a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ updates:
github-actions:
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]