1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-24 08:42:28 +02:00
sonarqube-community-branch-.../.github/dependabot.yml
Michael Clarke 1c47a9b367 Add basic Dependabot configuration
Adds dependabot configuration for Gradle and Github actions to ensure these dependencies are being kept up-to-date.
2021-07-25 14:26:07 +01:00

11 lines
206 B
YAML

version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"