Skip to content

Commit

Permalink
Add dependabot support for 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Nov 18, 2023
1 parent a7abaab commit 50b2c2e
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
Expand Up @@ -32,6 +32,19 @@ updates:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
target-branch: "1.2.x"
milestone: 47
ignore:
# only upgrade patch versions
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
- package-ecosystem: gradle
directory: "/"
schedule:
Expand Down

0 comments on commit 50b2c2e

Please sign in to comment.