diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..175a096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ 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