Skip to content

Commit

Permalink
Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
1 parent b52604b commit a96e33b
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 a96e33b

Please sign in to comment.