chore: Use dependabot (#125)

This commit is contained in:
Eric Seidel
2024-02-23 12:55:04 -08:00
committed by GitHub
parent c484e4a97d
commit 2c45aa427d
+39
View File
@@ -0,0 +1,39 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pub"
directory: "/shorebird_code_push"
schedule:
interval: "weekly"
groups:
shorebird_code_push-deps:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "/library"
schedule:
interval: "weekly"
groups:
library-deps:
patterns:
- "*"
- package-ecosystem: "cargo"
directory: "/patch"
schedule:
interval: "weekly"
groups:
patch-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
gh-deps:
patterns:
- "*"