mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-06-07 19:48:19 +02:00
Migrate config renovate.json
This commit is contained in:
parent
cb5b30e358
commit
cf13c2cb1d
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>actions/renovate-config"],
|
||||
"extends": [
|
||||
"local>actions/renovate-config"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "update example in README.md",
|
||||
"fileMatch": ["^README.md$"],
|
||||
"managerFilePatterns": [
|
||||
"/^README.md$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue