Skip to content

Commit

Permalink
deps(dependabot): increment 1.x branch to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Oct 31, 2023
1 parent f469ae4 commit 49c6727
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ updates:
- dependency-name: "org.eclipse.jetty:*"
update-types: [ "version-update:semver-major" ]

# Dependencies for Maven - on 1.12.x
# Dependencies for Maven - on 1.13.x
- package-ecosystem: 'maven'
directory: '/'
target-branch: '1.12.x'
target-branch: '1.13.x'
schedule:
interval: 'daily'
open-pull-requests-limit: 50
Expand Down Expand Up @@ -102,10 +102,10 @@ updates:
interval: 'daily'
open-pull-requests-limit: 10

# Dependencies for GitHub Actions - on 1.12.x
# Dependencies for GitHub Actions - on 1.13.x
- package-ecosystem: 'github-actions'
directory: '/'
target-branch: '1.12.x'
target-branch: '1.13.x'
schedule:
interval: 'daily'
open-pull-requests-limit: 10

0 comments on commit 49c6727

Please sign in to comment.