Skip to content

Commit

Permalink
update dependabot frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Sep 23, 2024
1 parent 0a6c55a commit 47b4236
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
registries:
- central
schedule:
interval: "monthly"
interval: "daily"
target-branch: "dependabot-staging-main"
open-pull-requests-limit: 10
groups:
Expand All @@ -19,14 +19,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
target-branch: "dependabot-staging-main"
- package-ecosystem: "maven"
directory: "/"
registries:
- central
schedule:
interval: "monthly"
interval: "daily"
target-branch: "dependabot-staging-spring33x"
open-pull-requests-limit: 10
groups:
Expand All @@ -36,5 +36,5 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
target-branch: "dependabot-staging-spring33x"

0 comments on commit 47b4236

Please sign in to comment.