.github/dependabot.yml in html-pipeline-3.0.0.pre5 vs .github/dependabot.yml in html-pipeline-3.0.0.pre6

- old
+ new

@@ -1,17 +1,27 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: weekly + day: monday time: "09:00" timezone: "Etc/UTC" + groups: + github-actions: + patterns: + - "*" open-pull-requests-limit: 10 - - package-ecosystem: "bundler" + - package-ecosystem: bundler directory: "/" schedule: - interval: daily + interval: weekly + day: monday time: "09:00" timezone: "Etc/UTC" open-pull-requests-limit: 10 + groups: + bundler-dependencies: + patterns: + - "*"