mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-06-08 12:08:20 +02:00
Merge pull request 'Migrate renovate config' (#50) from renovate/migrate-config into main
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/50 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
This commit is contained in:
commit
8486c48d5f
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["local>actions/renovate-config"],
|
"extends": [
|
||||||
|
"local>actions/renovate-config"
|
||||||
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "update example in README.md",
|
"description": "update example in README.md",
|
||||||
"fileMatch": ["^README.md$"],
|
"managerFilePatterns": [
|
||||||
|
"/^README.md$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
|
"uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue