1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

change(dependabot): ignore updates to GitInfo

This commit is contained in:
Octol1ttle 2024-12-01 18:34:19 +05:00
parent abb3a75457
commit bb7cd19731
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -36,5 +36,6 @@ updates:
- "Remora.Discord.*" - "Remora.Discord.*"
# For all packages, ignore all patch updates # For all packages, ignore all patch updates
ignore: ignore:
- dependency-name: "GitInfo"
- dependency-name: "*" - dependency-name: "*"
update-types: [ "version-update:semver-patch" ] update-types: [ "version-update:semver-patch" ]