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:
parent
3029089385
commit
5364d6fbd1
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -15,6 +15,10 @@ updates:
|
|||
labels:
|
||||
- "type: change"
|
||||
- "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
|
||||
directory: "/" # Location of package manifests
|
||||
|
@ -30,3 +34,7 @@ updates:
|
|||
remora:
|
||||
patterns:
|
||||
- "Remora.Discord.*"
|
||||
# For all packages, ignore all patch updates
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: [ "version-update:semver-patch" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue