chore: add configuration for dependabot (#1596)

This commit is contained in:
Lctrs 2023-03-08 09:55:36 +01:00 committed by GitHub
parent 834916182c
commit d5002e54fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/dependabot.yaml vendored Normal file
View 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"