Skip to content

Commit

Permalink
Cherry-picked .github/dependabot.yaml from 6e0b47d (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-young authored Aug 7, 2024
1 parent e41a401 commit 10150eb
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# github actions
- package-ecosystem: "github-actions"
target-branch: "release-v1.12.0"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "saturday"
groups:
github-actions:
patterns:
- "*"

# csi-vxflexos packages
- package-ecosystem: docker
target-branch: "release-v1.12.0"
directories:
- /charts/csi-vxflexos
labels:
- dependencies
schedule:
# check daily
interval: daily
# at 6pm UTC
time: "18:00"
groups:
csi-vxflexos:
patterns:
- "*"

# csm-authorization packages
- package-ecosystem: docker
target-branch: "release-v1.12.0"
directories:
- /charts/csm-authorization
labels:
- dependencies
schedule:
# check daily
interval: daily
# at 6pm UTC
time: "18:00"
groups:
csm-authorization:
patterns:
- "*"

# karavi-observability packages
- package-ecosystem: docker
target-branch: "release-v1.12.0"
directories:
- /charts/karavi-observability
labels:
- dependencies
schedule:
# check daily
interval: daily
# at 6pm UTC
time: "18:00"
ignore:
# ignore all updates to otel/opentelemetry-collector
- dependency-name: "otel/opentelemetry-collector"
groups:
karavi-observability:
patterns:
- "*"

0 comments on commit 10150eb

Please sign in to comment.