change(dependabot): ignore updates to GitInfo
This commit is contained in:
parent
abb3a75457
commit
bb7cd19731
1 changed files with 1 additions and 0 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -36,5 +36,6 @@ updates:
|
|||
- "Remora.Discord.*"
|
||||
# For all packages, ignore all patch updates
|
||||
ignore:
|
||||
- dependency-name: "GitInfo"
|
||||
- dependency-name: "*"
|
||||
update-types: [ "version-update:semver-patch" ]
|
||||
|
|
Reference in a new issue