Skip to content

Commit

Permalink
Add package rule for typo3 source url
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Jun 11, 2024
1 parent b2e5440 commit 0c900bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
"matchStrings": ["ARG TYPO3_CONSOLE_VERSION=(?<currentValue>.*?)\\n"],
"extractVersionTemplate": "^v(?<version>.*)$",
"depNameTemplate": "TYPO3-Console/TYPO3-Console",
"datasourceTemplate": "github-tags"
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"matchPackageNames": ["TYPO3/typo3"],
"sourceUrl": "https://github.com/org/dummy"
}
]
}

0 comments on commit 0c900bc

Please sign in to comment.