enable Github dependabot checks

Start with 'daily' check interval but we can relax it to
'weekly' later if needed.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2021-12-07 18:45:02 +02:00
parent d427656299
commit 80710c4c17

16
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,16 @@
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 weekday
interval: "daily"