Skip to content

Commit

Permalink
ci: Support constraintsFiltering (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog authored Jun 11, 2024
1 parent 9dfd5d9 commit 6ef4813
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"extends": [
"config:base",
"docker:disable"
],
"extends": ["config:base", "docker:disable"],
"constraintsFiltering": "strict",
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
"after 9am and before 3pm"
],
"schedule": ["after 9am and before 3pm"],
"gitAuthor": null,
"packageRules": [
{
Expand Down

0 comments on commit 6ef4813

Please sign in to comment.