fix configuration file for dependabot (#908)

This commit is contained in:
Thomas Kohler 2023-03-07 19:52:53 +01:00 committed by GitHub
parent 01ab380b99
commit dae7a13514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
# package-ecosystem, directory and schedule is mandatory
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
# Raise pull requests for version updates
# for go modules against the `dev` branch
target-branch: "dev"