Updated dependabot config

This commit is contained in:
Stijn Bannink 2024-11-07 19:47:06 +01:00
parent 922db5fead
commit b95f5644c9
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A

View file

@ -1,11 +1,9 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
updates: updates:
- package-ecosystem: "maven" # See documentation for possible values - package-ecosystem: "maven"
directory: "/" # Location of package manifests directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
target-branch: "development"
commit-message:
prefix: "chore(deps): "