Add dependabot config (#1926)

This commit is contained in:
Zanie Blue
2024-02-23 13:44:52 -06:00
committed by GitHub
parent 0476bca272
commit ba9c788680
+18
View File
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: ["internal"]
groups:
artifacts:
# Group upload/download artifact updates, the versions are dependent
patterns:
- "actions/*-artifact"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
labels: ["internal"]