Skip to content

Commit

Permalink
Update dependabot's target branch to 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg authored Aug 13, 2024
1 parent 43aa2b4 commit 885d4f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ updates:
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "1.0.x"
target-branch: "1.1.x"
labels:
- type/dependency-upgrade
ignore:
# Don't update Micrometer
- dependency-name: io.micrometer:micrometer-core
versions:
- "> 1.5.0"
- "> 1.10.0"
# Don't update Context Propagation
- dependency-name: io.micrometer:context-propagation
versions:
Expand Down Expand Up @@ -65,7 +65,7 @@ updates:
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "1.0.x"
target-branch: "1.1.x"
labels:
- type/dependency-upgrade
rebase-strategy: disabled

0 comments on commit 885d4f5

Please sign in to comment.