Skip to content

Commit

Permalink
Configure Dependabot to include 'version/0.x' branch (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Sep 11, 2024
1 parent afb56e7 commit 707bd08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
version: 2
updates:
- package-ecosystem: "gradle"
target-branch: "master"
directory: "/"
schedule:
interval: "daily"
time: "02:00"
- package-ecosystem: "maven"
target-branch: "version/0.x"
directory: "/"
schedule:
interval: "daily"
time: "02:00"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "master"
schedule:
interval: "daily"
time: "02:00"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "version/0.x"
schedule:
interval: "daily"
time: "02:00"

0 comments on commit 707bd08

Please sign in to comment.