mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 05:27:23 +00:00
disable dependabot for some things in favor of our own tooling
This commit is contained in:
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
@@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
|
||||||
open-pull-requests-limit: 100
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
|
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 2
|
||||||
@@ -14,12 +9,21 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
# Our own CI job is responsible for updating this go.mod file now.
|
||||||
directory: "/"
|
# - package-ecosystem: "gomod"
|
||||||
schedule:
|
# open-pull-requests-limit: 100
|
||||||
interval: "daily"
|
# directory: "/"
|
||||||
|
# schedule:
|
||||||
|
# interval: "daily"
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
# Our own CI job is responsible for updating this Docker file now.
|
||||||
directory: "/hack" # this should keep the FIPS dockerfile updated per https://github.com/dependabot/feedback/issues/145#issuecomment-414738498
|
# - package-ecosystem: "docker"
|
||||||
schedule:
|
# directory: "/"
|
||||||
interval: "daily"
|
# schedule:
|
||||||
|
# interval: "daily"
|
||||||
|
|
||||||
|
# Our own CI job is responsible for updating this Docker file now.
|
||||||
|
# - package-ecosystem: "docker"
|
||||||
|
# directory: "/hack" # this should keep the FIPS dockerfile updated per https://github.com/dependabot/feedback/issues/145#issuecomment-414738498
|
||||||
|
# schedule:
|
||||||
|
# interval: "daily"
|
||||||
|
|||||||
Reference in New Issue
Block a user