Skip to content

Commit c887cae

Browse files
authored
📝 Update templated files (#18)
This pull request updates the files in this repository with the latest changes from the MQT Templates repository. For details on the respective changes, see the [changelog](https://github.com/munich-quantum-toolkit/templates/blob/main/CHANGELOG.md) as well as the [upgrade guide](https://github.com/munich-quantum-toolkit/templates/blob/main/UPGRADING.md). > [!NOTE] > This pull request may contain merge conflicts if there have been changes to a templated file and its template. > Resolve such conflicts manually before merging the pull request. Co-authored-by: mqt-app[bot] <219534693+mqt-app[bot]@users.noreply.github.com>
1 parent 3a503db commit c887cae

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/renovate.json5

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["config:recommended", ":gitSignOff", "helpers:pinGitHubActionDigestsToSemver"],
4-
prHourlyLimit: 10,
3+
extends: [
4+
"config:recommended",
5+
":gitSignOff",
6+
"helpers:pinGitHubActionDigestsToSemver",
7+
":automergeDigest",
8+
":automergeStableNonMajor",
9+
":combinePatchMinorReleases",
10+
":configMigration",
11+
":enablePreCommit",
12+
":prConcurrentLimitNone",
13+
":prHourlyLimitNone",
14+
],
515
enabledManagers: ["cargo", "github-actions", "npm", "pep621", "pre-commit"],
6-
"pre-commit": {
7-
enabled: true
8-
},
916
lockFileMaintenance: {
1017
enabled: true,
1118
automerge: true
1219
},
13-
configMigration: true,
1420
labels: ["dependencies"],
1521
schedule: ["every weekend"],
1622
packageRules: [
@@ -45,16 +51,11 @@
4551
commitMessagePrefix: "⬆\uFE0F\uD83D\uDD12\uFE0F",
4652
},
4753
{
48-
description: "Automerge patch updates",
54+
description: "Group and automerge all patch updates",
55+
groupName: "patch updates",
56+
groupSlug: "all-patch",
4957
matchUpdateTypes: ["patch"],
5058
automerge: true
5159
},
52-
{
53-
description: "Automerge minor updates for stable dependencies",
54-
matchManagers: ["cargo", "npm", "pep621", "pre-commit"],
55-
matchUpdateTypes: ["minor", "patch"],
56-
matchCurrentVersion: "!/^0/",
57-
automerge: true
58-
}
5960
]
6061
}

0 commit comments

Comments
 (0)