1
0
mirror of https://github.com/getsops/sotp.git synced 2026-02-05 09:45:59 +01:00
Files
sotp/.github/dependabot.yaml
Hidde Beydals a45ebff8e5 Enable Dependabot
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-06-29 23:41:39 +02:00

14 lines
295 B
YAML

version: 2
updates:
# Enable version updates for Go Modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"