diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8789fde..e8335a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,21 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily + commit-message: + prefix: "chore(ci): " + labels: + - dependencies + - github_actions - - package-ecosystem: "gomod" - directory: "/" + - package-ecosystem: gomod + directory: / schedule: - interval: "daily" + interval: daily + commit-message: + prefix: "chore(go): " + labels: + - dependencies + - go