1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-24 08:42:28 +02:00

Add basic Dependabot configuration

Adds dependabot configuration for Gradle and Github actions to ensure these dependencies are being kept up-to-date.
This commit is contained in:
Michael Clarke 2021-07-25 14:21:20 +01:00 committed by Michael Clarke
parent b2dd1efdb8
commit 1c47a9b367

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"