forked from LaconicNetwork/kompose
chore: add configuration for dependabot (#1596)
This commit is contained in:
parent
834916182c
commit
d5002e54fe
24
.github/dependabot.yaml
vendored
Normal file
24
.github/dependabot.yaml
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- commit-message:
|
||||||
|
include: "scope"
|
||||||
|
directory: "/"
|
||||||
|
ignore:
|
||||||
|
# newer versions of these libs will break build
|
||||||
|
- dependency-name: "k8s.io/api"
|
||||||
|
- dependency-name: "k8s.io/apimachinery"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
package-ecosystem: "gomod"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
- commit-message:
|
||||||
|
include: "scope"
|
||||||
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
package-ecosystem: "github-actions"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
Loading…
Reference in New Issue
Block a user