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.
torch
1 parent a7caf9d commit 668760cCopy full SHA for 668760c
.github/renovate.json5
@@ -62,6 +62,13 @@
62
matchDepTypes: ["project.optional-dependencies"],
63
},
64
65
+ // torch is upgraded manually
66
+ {
67
+ enabled: false,
68
+ matchDatasources: ["pypi"],
69
+ matchDepNames: ["torch"],
70
+ },
71
+
72
// Group GitHub Actions updates
73
{
74
enabled: true,
@@ -81,17 +88,6 @@
81
88
82
89
],
83
90
84
- // is used to upgrade Zizmor version
85
- customManagers: [
86
- {
87
- fileMatch: ["^\\.github/actions/security/zizmor/[^/]+\\.ya?ml$"],
- // https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
- matchStrings: [
- "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+default: (?<currentValue>.*)",
91
- ],
92
- },
93
94
-
95
// Enable security upgrades
96
vulnerabilityAlerts: {
97
0 commit comments