.github/dependabot.yml in slack_webhook_logger-0.5.4 vs .github/dependabot.yml in slack_webhook_logger-0.5.5
- 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:
+ - "*"