mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
Use dependabot to automate major-only dependency bumps
This commit is contained in:
25
.github/dependabot.yml
vendored
25
.github/dependabot.yml
vendored
@@ -9,12 +9,25 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
# Our own CI job is responsible for updating this go.mod file now.
|
# Use dependabot to automate major-only dependency bumps
|
||||||
# - package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
# open-pull-requests-limit: 100
|
open-pull-requests-limit: 2 # Not sure why there would ever be more than 1, just would not want to hide anything
|
||||||
# directory: "/"
|
directory: "/"
|
||||||
# schedule:
|
schedule:
|
||||||
# interval: "daily"
|
interval: "daily"
|
||||||
|
# group all major dependency bumps together so there's only one pull request
|
||||||
|
groups:
|
||||||
|
go-modules:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "major"
|
||||||
|
ignore:
|
||||||
|
# For all packages, ignore all minor and patch updates
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types:
|
||||||
|
- "version-update:semver-minor"
|
||||||
|
- "version-update:semver-patch"
|
||||||
|
|
||||||
# Our own CI job is responsible for updating this Docker file now.
|
# Our own CI job is responsible for updating this Docker file now.
|
||||||
# - package-ecosystem: "docker"
|
# - package-ecosystem: "docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user