Skip to content

Commit

Permalink
add dependabot definition (kyma-project#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored and pPrecel committed May 21, 2024
1 parent d8babe3 commit 1dbf879
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "gomod"
include: "scope"
ignore:
# ignore minor k8s updates, e.g. 1.27.x -> 1.28.x
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-minor"]
- dependency-name: "sigs.k8s.io/*"
update-types: ["version-update:semver-minor"]
- dependency-name: "helm.sh/helm/v3"
update-types: ["version-update:semver-minor"]
groups:
k8s-io:
patterns:
- "k8s.io/*"

0 comments on commit 1dbf879

Please sign in to comment.