ci: Initially configures Dependabot

This commit is contained in:
Christian Koop 2024-02-26 12:56:08 +01:00
parent d3b528dda9
commit 0e3e04c4f4
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 16 additions and 0 deletions

16
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,16 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: maven
directory: /
target-branch: development
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
target-branch: development
schedule:
interval: monthly