diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94e5896ad..a024574b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: gomod-dependencies: patterns: - '*' +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"