Add dependabot.

This commit is contained in:
Stephan Schnabel 2022-01-21 14:06:18 +01:00
parent 51efa4d6b7
commit 83f2aeb5d0
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

19
.github/dependabot.yml vendored Normal file
View 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