diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ef7df3c..6c5c29c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,13 @@ version: 2 updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + # Maintain dependencies for Go - package-ecosystem: "gomod" directory: "/" schedule: