1
0
Fork 0
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:
Renovate Bot 2025-05-05 01:03:45 +00:00
parent cb5b30e358
commit cf13c2cb1d
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

@ -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+)"
],