Skip to content

Commit

Permalink
Copy Depedabot config directly from example repo (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Aug 27, 2024
1 parent a2e7ef2 commit 72c61c7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
dependencies:
patterns:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
dependencies:
patterns:
- "*"
labels:
- "dependencies"
target-branch: "master"


- package-ecosystem: "github-actions"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: weekly
open-pull-requests-limit: 5
commit-message:
prefix: "[workflow]"
labels:
- "dependencies"
target-branch: "master"
groups:
dependencies:
patterns:
- "*"
target-branch: "master"

0 comments on commit 72c61c7

Please sign in to comment.