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

change(dependabot): ignore patch updates

This commit is contained in:
Octol1ttle 2024-05-13 17:32:20 +05:00
parent 3029089385
commit 5364d6fbd1
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -15,6 +15,10 @@ updates:
labels: labels:
- "type: change" - "type: change"
- "area: build/ci" - "area: build/ci"
# For all packages, ignore all patch updates
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
- package-ecosystem: "nuget" # See documentation for possible values - package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
@ -30,3 +34,7 @@ updates:
remora: remora:
patterns: patterns:
- "Remora.Discord.*" - "Remora.Discord.*"
# For all packages, ignore all patch updates
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]