debian-forge-composer/.github/dependabot.yml
Achilleas Koutsou 3c35cd9946 github: disable Go dep updates through dependabot
We now use gobump to manage Go dependencies.  gobump supports holding
back dependency updates that require newer go compiler versions than the
one specified in the project's go.mod.
2025-08-13 01:09:00 -07:00

12 lines
252 B
YAML

---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 5
rebase-strategy: "disabled"