switch from renovate to dependabot...

...because the latter is part of github
This commit is contained in:
phaer 2022-03-14 19:31:24 +01:00
parent d5d66b6545
commit 4c1e1e85f7
2 changed files with 11 additions and 3 deletions

11
.github/dependabot.yaml vendored Normal file
View File

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

View File

@ -1,3 +0,0 @@
{
"extends": ["config:base", ":disableDependencyDashboard"]
}