diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57629ffb..caea2801 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: gomod @@ -9,3 +10,12 @@ updates: include: scope open-pull-requests-limit: 2 target-branch: main + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: update-github-action + include: scope + open-pull-requests-limit: 2 + target-branch: main