diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ef240903d..ee4208120f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ version: 2 - updates: - package-ecosystem: gomod directory: / target-branch: next schedule: interval: daily +- package-ecosystem: github-actions + directory: / + target-branch: next + schedule: + interval: daily \ No newline at end of file