Add dependabot.
This commit is contained in:
parent
51efa4d6b7
commit
83f2aeb5d0
1 changed files with 19 additions and 0 deletions
19
.github/dependabot.yml
vendored
Normal file
19
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: maven
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
assignees:
|
||||
- stephanschnabel
|
||||
- rpahli
|
||||
- fabian-schlegel
|
||||
ignore:
|
||||
- dependency-name: ch.qos.logback:logback-classic
|
||||
update-types: ["version-update:semver-major"]
|
||||
- dependency-name: io.micronaut:micronaut-bom
|
||||
update-types: ["version-update:semver-major"]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
Loading…
Add table
Add a link
Reference in a new issue