Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Remove 3.0.x and 2.3.x branches
  • Loading branch information
royclarkson authored Jul 19, 2024
1 parent 2b3704f commit cc3f173
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,3 @@ updates:
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: gradle
directory: "/"
target-branch: "3.0.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "3.0.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: gradle
directory: "/"
target-branch: "2.3.x"
schedule:
interval: daily
open-pull-requests-limit: 15
labels:
- "dependency-upgrade"
commit-message:
prefix: "2.3.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit cc3f173

Please sign in to comment.