Skip to content

Commit

Permalink
Merge pull request bcgov#135 from rajpalc7/dependabot
Browse files Browse the repository at this point in the history
chore: updating dependabot file to support github-actions and dev con…
  • Loading branch information
WadeBarnes authored Apr 19, 2024
2 parents 280df3e + 0971c25 commit 9d73b40
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ updates:
# Maintain dependencies for GitHub Actions
# - Check for updates once a week
# - Group all updates into a single PR
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
groups:
all-actions:
patterns: [ "*" ]
patterns: [ "*" ]

# Maintain dependencies for dev Container
- package-ecosystem: "devcontainers"
directory: "/.devcontainer"
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

0 comments on commit 9d73b40

Please sign in to comment.