Files
distrobox/.github/dependabot.yml
T
Jordan 39181a98c0 chore: improve supply-chain protections (#2096)
* chore(ci): update actions and pin them to commit sha

* chore(dependabot): add gomod package ecosystem

* chore(dependabot): add cooldown for package updates
2026-06-14 13:04:28 +02:00

15 lines
281 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 7
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 7