diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cfc6e5..225ca70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,16 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: weekly - time: "08:00" - timezone: America/New_York - open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: '/' + schedule: + interval: weekly + time: '08:00' + timezone: America/New_York + open-pull-requests-limit: 10 + + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: monthly + time: '08:00' + timezone: America/New_York