intel-device-plugins-for-ku.../.github/dependabot.yml
Tuomas Katila dfa91333a9 workflow: pin actions with sha's
And update sha's once a week.

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
2024-05-28 12:07:51 +03:00

18 lines
464 B
YAML

version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "k8s.io/*"
# Check updates to action versions in .github/workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week on Sunday
interval: "weekly"
day: "sunday"