Skip to content

Commit

Permalink
dependabot interval for gha monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa authored May 26, 2024
1 parent 2b60d3d commit 4a10023
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
interval: "monthly"
groups:
# Name for the group, which will be used in PR titles and branch names
all-github-actions:
# Group all updates together
patterns:
- "*"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit 4a10023

Please sign in to comment.