Add dependabot.
This commit is contained in:
parent
1fecc0d549
commit
50e5635fab
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