Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 3e5bf4b commit 8873aad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":rebaseStalePrs",
":semanticCommits",
":semanticCommitScope(deps)",
"helpers:pinGitHubActionDigests"
],
"regexManagers": [
"customManagers": [
{
"fileMatch": ["(^|/)PKGBUILD$"],
"customType": "regex",
"fileMatch": [
"(^|/)PKGBUILD$"
],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
],
Expand Down

0 comments on commit 8873aad

Please # to comment.