diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b4391d0..fee9388 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,13 +1,16 @@ version: 2 updates: - - package-ecosystem: gomod - directory: '/' + + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: daily + interval: "daily" assignees: - - 'nothub' - reviewers: - - 'nothub' - commit-message: - prefix: gomod - include: scope + - "nothub" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + assignees: + - "nothub"