2026-05-24 17:57:04 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"extends": [
|
|
|
|
|
"config:recommended"
|
|
|
|
|
],
|
|
|
|
|
"labels": ["dependencies"],
|
|
|
|
|
"github-actions": {
|
2026-05-28 05:03:02 +02:00
|
|
|
"enabled": false
|
2026-05-27 09:37:15 +02:00
|
|
|
},
|
|
|
|
|
"packageRules": [
|
|
|
|
|
{
|
|
|
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "lockFileMaintenance"],
|
|
|
|
|
"addLabels": ["automerge"]
|
2026-06-03 22:13:43 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"matchManagers": ["gomod"],
|
|
|
|
|
"matchFileNames": ["ci/**"],
|
|
|
|
|
"enabled": false
|
2026-05-27 09:37:15 +02:00
|
|
|
}
|
2026-06-03 19:25:25 +02:00
|
|
|
],
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": ["^\\.forgejo/Dockerfile$"],
|
|
|
|
|
"matchStrings": ["DAGGER_VERSION=(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"],
|
|
|
|
|
"depNameTemplate": "dagger/dagger",
|
|
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"fileMatch": ["^DAGGER\\.md$"],
|
|
|
|
|
"matchStrings": ["github:dagger/nix/v(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)#dagger"],
|
|
|
|
|
"depNameTemplate": "dagger/dagger",
|
|
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
|
|
|
|
}
|
2026-05-27 09:37:15 +02:00
|
|
|
]
|
2026-05-24 17:57:04 +02:00
|
|
|
}
|