Cleanup YAML in `.github/dependabot.yml`

This commit is contained in:
Christian Koop 2022-11-25 23:59:44 +01:00
parent d710b2d2d5
commit 5a7a3d052d
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 8 additions and 11 deletions

View File

@ -1,16 +1,13 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: "development"
- package-ecosystem: maven
directory: /
target-branch: development
schedule:
interval: "monthly"
interval: monthly
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "development"
- package-ecosystem: github-actions
directory: /
target-branch: development
schedule:
interval: "monthly"
interval: monthly