Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 21, 2024
1 parent 0ab946d commit 8462f58
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,14 @@ version: 2

updates:

- package-ecosystem: maven
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
maven:
patterns:
- '*'
interval: "weekly"

- package-ecosystem: github-actions
directory: /
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: weekly
groups:
gh_actions:
patterns:
- '*'
interval: "weekly"


0 comments on commit 8462f58

Please sign in to comment.