Skip to content

Commit

Permalink
Merge pull request bcgov#199 from rajpalc7/dependabot
Browse files Browse the repository at this point in the history
chore: updating dependabot file to support gha, npm and docker packages
  • Loading branch information
WadeBarnes authored Apr 29, 2024
2 parents 8c1a41a + ccc7992 commit 95aa90d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# For details on how this file works refer to:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
# - Check for updates once a week
# - Group all updates into a single PR
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all-actions:
patterns: [ "*" ]

# Maintain dependencies for docker images inside manifests
- package-ecosystem: "docker"
directory: "/helm-values/traction"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

- package-ecosystem: "docker"
directory: "/helm-values/monitoring"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

- package-ecosystem: "docker"
directory: "/helm-values/vc-authn-oidc"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

0 comments on commit 95aa90d

Please sign in to comment.