build(dependabot): move to v2 configuration (#139)

This commit is contained in:
Romain Lespinasse
2023-12-25 15:10:58 +01:00
committed by GitHub
parent 00d4236bb3
commit 6e13412dd5
2 changed files with 13 additions and 6 deletions

View File

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

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

@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
reviewers:
- "rlespinasse"
labels: [ ]