Skip to content

Commit

Permalink
Remove 1.0.x branch from dependabot config
Browse files Browse the repository at this point in the history
The 1.0.x branch is now in the commercial private repo so we should not open pull requests to it anymore.
  • Loading branch information
shakuzen committed Feb 9, 2024
1 parent e184316 commit 045a576
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "1.0.x" # oldest supported branch
target-branch: "1.1.x" # oldest OSS supported branch
schedule:
interval: "weekly"
# Non-build dependencies; target every supported branch
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
target-branch: "1.0.x"
milestone: 13
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 045a576

Please sign in to comment.