Skip to content

Commit

Permalink
feat: removed prNotPending and schedule:earlyMondays, added :renovate…
Browse files Browse the repository at this point in the history
…Prefix, changed schedule time

BREAKING-CHANGE: removed prNotPending and schedule:earlyMondays
  • Loading branch information
prisis committed Feb 10, 2024
1 parent dc3453d commit 6e64ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"extends": [
"config:recommended",
":dependencyDashboard",
":dependencyDashboardApproval",
":separateMultipleMajorReleases",
":timezone(Europe/Berlin)",
"schedule:earlyMondays",
":semanticCommits",
":prNotPending",
":rebaseStalePrs"
":rebaseStalePrs",
":renovatePrefix"
],
"schedule": ["after 10:30 before 18:00 every weekday except after 13:00 before 14:00"],
"schedule": ["after 10:00 before 19:00 every weekday except after 13:00 before 14:00"],
"rollbackPrs": true,
"vulnerabilityAlerts": {
"description": "Be sure that the Dependency graph and Dependabot alerts are enabled for the repo. Details: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts",
Expand Down

0 comments on commit 6e64ff0

Please sign in to comment.