Skip to content

Commit

Permalink
Return comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Dec 12, 2023
1 parent 195daa8 commit 7dbe402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["local>SpotOnInc/renovate-config"],
// Autoupdate renovate pre-commit-config version before
// main Renovate pre-commit check. And auto-merge without PR creation.
packageRules: [
{
matchPackageNames: ["renovate"],
automerge: true,
separateMinorPatch: false,
automergeType: "branch",
minimumReleaseAge: null,
// Main pre-commit check run "after 4am on monday", this - before 3am.
extends: ["schedule:earlyMondays"],
},
{
matchPackageNames: ["prettier"],
automerge: true,
separateMinorPatch: false,
automergeType: "branch",
// Main pre-commit check run "after 4am on monday", this - before 3am.
extends: ["schedule:earlyMondays"],
},
],
Expand Down

0 comments on commit 7dbe402

Please sign in to comment.