We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a23d57 commit 7069c7dCopy full SHA for 7069c7d
.github/renovate.json
@@ -5,7 +5,6 @@
5
":dependencyDashboard",
6
"helpers:pinGitHubActionDigests"
7
],
8
- "rangeStrategy": "widen",
9
"automerge": true,
10
"automergeType": "pr",
11
"automergeStrategy": "rebase",
@@ -16,6 +15,14 @@
16
15
"poetry": {
17
"enabled": false
18
},
+ "packageRules": [
19
+ {
20
+ "matchDatasources": [
21
+ "pypi"
22
+ ],
23
+ "rangeStrategy": "widen"
24
+ }
25
26
"customManagers": [
27
{
28
"customType": "regex",
.pre-commit-config.yaml
@@ -45,9 +45,6 @@ repos:
45
- id: mdformat
46
additional_dependencies:
47
- mdformat-gfm==1.0.0
48
- - mdformat-ruff==0.1.3
49
- - mdformat-shfmt==0.2.0
50
- - mdformat_tables==1.0.0
51
- repo: https://github.com/codespell-project/codespell
52
rev: v2.4.1
53
hooks:
0 commit comments