Skip to content

Commit

Permalink
Configure dependabot for 1.4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen authored Dec 10, 2024
1 parent b97a101 commit 388273a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -32,6 +32,19 @@ updates:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 30
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
target-branch: "1.4.x"
milestone: 69
ignore:
# only upgrade patch versions
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 30
- package-ecosystem: gradle
directory: "/"
schedule:

0 comments on commit 388273a

Please sign in to comment.