Skip to content

Commit

Permalink
Merge a96e33b into 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
2 parents b69a0b9 + a96e33b commit 680d71e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "1.1.x"
labels:
- type/dependency-upgrade
ignore:
# Don't update Reactor projects
- dependency-name: io.projectreactor:*
- dependency-name: io.projectreactor.addons:*
# JSR305 backport is fixed to last version with annotations (3.0.1)
- dependency-name: "com.google.code.findbugs:jsr305"
# artifactory: don't upgrade to v5
- dependency-name: "com.jfrog.artifactory"
versions:
- ">= 5.0.a"
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
assignees:
- violetagg
target-branch: "1.1.x"
labels:
- type/dependency-upgrade
rebase-strategy: disabled

0 comments on commit 680d71e

Please sign in to comment.