Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
matchDepTypes: ["project.optional-dependencies"],
},

// torch is upgraded manually
{
enabled: false,
matchDatasources: ["pypi"],
matchDepNames: ["torch"],
},

// Group GitHub Actions updates
{
enabled: true,
Expand All @@ -81,17 +88,6 @@
},
],

// is used to upgrade Zizmor version
customManagers: [
{
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>.*)",
],
},
],

// Enable security upgrades
vulnerabilityAlerts: {
enabled: true,
Expand Down
Loading