Skip to content

Commit

Permalink
Adjust Dependabot config for version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jun 20, 2024
1 parent 76413e6 commit 6fbad86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/gradle/plugins"
directory: "."
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "gradle"
directory: "/gradle"
directory: "/gradle/plugins"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 6fbad86

Please sign in to comment.