Skip to content

Commit

Permalink
chore: update renovate config (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahnu authored Aug 23, 2024
1 parent 76ca5a0 commit a77f641
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"extends": ["github>tophat/new-project-kit//.github/renovate"],
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"rangeStrategy": "update-lockfile",
"stabilityDays": 7,
"labels": ["dependencies"],
$schema: "https://docs.renovatebot.com/renovate-schema.json",
prConcurrentLimit: 2,
semanticCommits: "enabled",
semanticCommitType: "chore",
semanticCommitScope: "deps",
rangeStrategy: "update-lockfile",
rebaseWhen: "behind-base-branch",
separateMajorMinor: true,
separateMinorPatch: false,
stabilityDays: 21,
internalChecksFilter: "strict",
dependencyDashboard: true,
timezone: "America/Toronto",
addLabels: ["dependencies"],
automergeType: "pr",
automergeStrategy: "squash",
"constraints": {
"poetry": "1.7.1"
"poetry": "1.8.3"
},
}

0 comments on commit a77f641

Please sign in to comment.