.github/dependabot.yml in cleanup_vendor-0.6.0 vs .github/dependabot.yml in cleanup_vendor-0.6.1

- old
+ new

@@ -2,10 +2,18 @@ updates: - package-ecosystem: "bundler" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" + rebase-strategy: "disabled" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: "chore" + include: "scope" + rebase-strategy: "disabled"