Skip to content

Commit 668760c

Browse files
fix(ci): disable torch upgrade in Renovate config (#3088)
update renovate config Signed-off-by: Barabanov <alexander.barabanov@intel.com>
1 parent a7caf9d commit 668760c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/renovate.json5

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
matchDepTypes: ["project.optional-dependencies"],
6363
},
6464

65+
// torch is upgraded manually
66+
{
67+
enabled: false,
68+
matchDatasources: ["pypi"],
69+
matchDepNames: ["torch"],
70+
},
71+
6572
// Group GitHub Actions updates
6673
{
6774
enabled: true,
@@ -81,17 +88,6 @@
8188
},
8289
],
8390

84-
// is used to upgrade Zizmor version
85-
customManagers: [
86-
{
87-
fileMatch: ["^\\.github/actions/security/zizmor/[^/]+\\.ya?ml$"],
88-
// https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
89-
matchStrings: [
90-
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+default: (?<currentValue>.*)",
91-
],
92-
},
93-
],
94-
9591
// Enable security upgrades
9692
vulnerabilityAlerts: {
9793
enabled: true,

0 commit comments

Comments
 (0)