Skip to content

Commit e036ad2

Browse files
authored
📝 Update templated files (#195)
1 parent 6e48f8e commit e036ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["config:recommended", ":gitSignOff", "helpers:pinGitHubActionDigests"],
3+
extends: ["config:recommended", ":gitSignOff", "helpers:pinGitHubActionDigestsToSemver"],
44
prHourlyLimit: 10,
55
enabledManagers: ["cargo", "github-actions", "npm", "pep621", "pre-commit"],
66
"pre-commit": {

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Installation
55

66
MQT ProblemSolver is a Python package available on [PyPI](https://pypi.org/project/mqt.problemsolver/).
7-
It can be installed on all major operating systems with all supported Python versions.
7+
It can be installed on all major operating systems with all [officially supported Python versions](https://devguide.python.org/versions/).
88

99
:::::{tip}
1010
:name: uv-recommendation

0 commit comments

Comments
 (0)