Skip to content

Commit

Permalink
chore(renovate): hint Renovate on Ruff in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Apr 30, 2024
1 parent 286ab62 commit 5d5b5a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,16 @@
customChangelogUrl: "https://github.com/charliermarsh/ruff",
},
],

// https://docs.renovatebot.com/configuration-options/#custommanagers
customManagers: [
{
description: "Update Ruff in Cargo.toml",
customType: "regex",
fileMatch: ["^Cargo\\.toml$"],
matchStrings: ['git = "https:\/\/github.com\/astral-sh\/ruff", tag = "v(?<currentValue>.*?)"'],
datasourceTemplate: "pypi",
depNameTemplate: "ruff",
},
],
}

0 comments on commit 5d5b5a9

Please sign in to comment.