2024-03-25 12:31:15 +03:00
{
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
2024-08-23 12:17:36 +03:00
"extends" : [ "local>forgejo/renovate-config" ] ,
2024-03-26 10:48:38 +03:00
"ignorePresets" : [
":semanticPrefixFixDepsChoreOthers" ,
"docker:pinDigests" ,
"helpers:pinGitHubActionDigests"
] ,
2024-07-04 10:01:07 +03:00
"baseBranches" : [
"$default" ,
2024-11-01 15:00:55 +03:00
"/^v7\\.\\d+/forgejo$/" ,
"/^v9\\.\\d+/forgejo$/" ,
"/^v10\\.\\d+/forgejo$/"
2024-07-04 10:01:07 +03:00
] ,
2024-08-23 12:17:36 +03:00
"postUpdateOptions" : [ "gomodTidy" , "gomodUpdateImportPaths" , "npmDedupe" ] ,
2024-06-23 10:35:36 +03:00
"prConcurrentLimit" : 10 ,
2024-03-25 16:41:46 +03:00
"osvVulnerabilityAlerts" : true ,
2024-11-06 17:42:07 +03:00
"automergeStrategy" : "squash" ,
2024-11-12 09:50:39 +03:00
"labels" : [ "dependency-upgrade" , "test/not-needed" ] ,
2024-03-25 12:31:15 +03:00
"packageRules" : [
{
2024-08-23 12:17:36 +03:00
"description" : "Require approval for python minor version" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [ "containerbase/python-prebuild" , "python" ] ,
2024-08-23 12:17:36 +03:00
"matchUpdateTypes" : [ "minor" ] ,
2024-03-25 12:31:15 +03:00
"dependencyDashboardApproval" : true
} ,
2024-04-08 13:17:09 +03:00
{
"description" : "Require dashboard approval for some deps" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
2024-08-18 07:37:45 +03:00
"docker.io/bitnami/minio" ,
2024-04-24 14:47:47 +03:00
"github.com/go-ap/activitypub" ,
2024-04-27 11:31:13 +03:00
"github.com/nektos/act" ,
"gitea.com/gitea/act"
2024-04-24 14:47:47 +03:00
] ,
2024-04-08 13:17:09 +03:00
"dependencyDashboardApproval" : true
} ,
2024-04-17 10:22:42 +03:00
{
"description" : "Schedule some deps less frequently" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
2024-08-20 08:59:36 +03:00
"code.forgejo.org/f3/gof3/v3" ,
2024-06-08 08:06:07 +03:00
"github.com/google/pprof" ,
"github.com/golangci/misspell/cmd/misspell"
] ,
2024-08-23 12:17:36 +03:00
"extends" : [ "schedule:quarterly" ]
2024-04-17 10:22:42 +03:00
} ,
2024-06-14 07:32:11 +03:00
{
"description" : "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [ "elasticsearch" ] ,
2024-08-23 12:17:36 +03:00
"extends" : [ "schedule:quarterly" ]
2024-06-14 07:32:11 +03:00
} ,
2024-06-20 08:20:36 +03:00
{
"description" : "devcontainer is an optional tool used by some Forgejo contributors when working on the codebase" ,
"groupName" : "devcontainer packages" ,
2024-08-23 12:17:36 +03:00
"extends" : [ "schedule:quarterly" ] ,
2024-07-27 09:09:28 +03:00
"automerge" : true ,
"matchPackageNames" : [
2024-08-08 11:56:41 +03:00
"ghcr.io/devcontainers/features/**" ,
"ghcr.io/devcontainers-contrib/features/**"
2024-07-27 09:09:28 +03:00
]
2024-06-20 08:20:36 +03:00
} ,
2024-03-26 11:24:24 +03:00
{
"description" : "Group nodejs packages" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
2024-08-12 17:14:31 +03:00
"code.forgejo.org/oci/node" ,
2024-08-21 12:27:19 +03:00
"docker.io/library/node" ,
"docker.io/node" ,
"node"
2024-07-27 09:09:28 +03:00
] ,
2024-05-03 10:08:03 +03:00
"groupName" : "nodejs packages" ,
"versionCompatibility" : "^(?<version>[^-]+)(?<compatibility>-.*)?$" ,
"versioning" : "node"
2024-03-26 11:24:24 +03:00
} ,
2024-07-09 08:17:05 +03:00
{
"description" : "x/tools/* are used in the CI only and upgraded together" ,
2024-08-23 12:17:36 +03:00
"matchUpdateTypes" : [ "minor" , "patch" , "digest" ] ,
2024-07-09 08:17:05 +03:00
"automerge" : true ,
2024-07-27 09:09:28 +03:00
"groupName" : "x/tools" ,
2024-08-23 12:17:36 +03:00
"matchPackageNames" : [ "golang.org/x/tools{/,}**" ]
2024-08-20 09:14:08 +03:00
} ,
{
"description" : "Group postcss minor and patch updates" ,
"extends" : [ "packages:postcss" ] ,
"matchUpdateTypes" : [ "minor" , "patch" ] ,
"groupName" : "postcss"
} ,
2024-11-08 14:17:00 +03:00
{
"description" : "Group Forgejo go-chi packages" ,
"matchUpdateTypes" : [ "minor" , "patch" , "digest" ] ,
"matchPackageNames" : [ "code.forgejo.org/go-chi/**" ] ,
"groupName" : "forgejo go-chi packages"
} ,
2024-04-25 12:15:23 +03:00
{
"description" : "Split minor and patch updates" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
"containerbase/python-prebuild" ,
2024-06-05 09:55:10 +03:00
"github.com/urfave/cli/v2" ,
"python" ,
"swagger-ui-dist" ,
"vue"
] ,
2024-04-25 12:15:23 +03:00
"separateMinorPatch" : true
} ,
{
"description" : "Automerge patch updates" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
"vue" ,
"github.com/urfave/cli/v2" ,
"swagger-ui-dist"
] ,
2024-08-23 12:17:36 +03:00
"matchUpdateTypes" : [ "patch" ] ,
2024-04-25 12:15:23 +03:00
"automerge" : true
} ,
2024-08-08 11:56:41 +03:00
{
"description" : "Automerge renovate updates" ,
2024-08-23 12:17:36 +03:00
"matchDatasources" : [ "docker" ] ,
2024-09-16 09:39:26 +03:00
"matchPackageNames" : [ "code.forgejo.org/forgejo-contrib/renovate" ] ,
2024-08-23 12:17:36 +03:00
"matchUpdateTypes" : [ "minor" , "patch" , "digest" ] ,
2024-08-08 11:56:41 +03:00
"automerge" : true
} ,
{
"description" : "Add reviewer and additional labels to renovate PRs" ,
2024-08-23 12:17:36 +03:00
"matchDatasources" : [ "docker" ] ,
2024-09-16 09:39:26 +03:00
"matchPackageNames" : [ "code.forgejo.org/forgejo-contrib/renovate" ] ,
2024-08-08 11:56:41 +03:00
"reviewers" : [ "viceice" ] ,
"addLabels" : [ "forgejo/ci" , "test/not-needed" ]
} ,
2024-03-25 12:31:15 +03:00
{
2024-04-08 10:16:51 +03:00
"description" : "Update renovate with higher prio to come through rate limit" ,
2024-08-23 12:17:36 +03:00
"matchDatasources" : [ "docker" ] ,
2024-09-16 09:39:26 +03:00
"matchPackageNames" : [ "code.forgejo.org/forgejo-contrib/renovate" ] ,
"extends" : [ "schedule:weekly" ] ,
"prPriority" : 10 ,
"groupName" : "renovate"
} ,
{
"description" : "Disable renovate self-updates for release branches" ,
2024-11-06 17:58:44 +03:00
"matchBaseBranches" : [ "/^v\\d+\\.\\d+\\/forgejo$/" ] ,
2024-09-16 09:39:26 +03:00
"matchDatasources" : [ "docker" ] ,
2024-07-27 09:09:28 +03:00
"matchPackageNames" : [
2024-07-30 10:23:44 +03:00
"code.forgejo.org/forgejo-contrib/renovate" ,
2024-07-27 09:09:28 +03:00
"ghcr.io/visualon/renovate"
] ,
2024-09-16 09:39:26 +03:00
"enabled" : false
2024-03-25 14:56:20 +03:00
} ,
2024-04-24 09:53:27 +03:00
{
2024-05-08 20:32:24 +03:00
"description" : "Automerge some packages when CI succeeds" ,
2024-11-13 10:25:26 +03:00
"extends" : [ "packages:linters" , "packages:test" , "schedule:monthly" ] ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [
2024-11-13 10:25:26 +03:00
"@axe-core/playwright" ,
2024-08-29 09:58:23 +03:00
"@eslint-community/**" ,
"@playwright/**" ,
"@stoplight/spectral-cli" ,
"@stylistic/**" ,
"djlint" ,
2024-06-26 03:02:24 +03:00
"github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker" ,
2024-06-05 09:55:10 +03:00
"github.com/golangci/golangci-lint/cmd/golangci-lint" ,
"github.com/go-testfixtures/testfixtures" ,
"github.com/PuerkitoBio/goquery" ,
"happy-dom" ,
"markdownlint-cli" ,
2024-08-29 09:58:23 +03:00
"mcr.microsoft.com/devcontainers/**" ,
2024-06-26 03:02:24 +03:00
"mvdan.cc/gofumpt" ,
2024-06-05 09:55:10 +03:00
"updates" ,
"vite-string-plugin" ,
"@vue/test-utils"
2024-05-08 20:32:24 +03:00
] ,
2024-08-29 09:58:23 +03:00
"automerge" : true
2024-04-24 14:47:47 +03:00
} ,
{
2024-04-24 09:53:27 +03:00
"description" : "Hold back on some package updates for a few days" ,
2024-08-29 09:58:23 +03:00
"matchPackageNames" : [ "monaco-editor" ] ,
2024-04-24 09:53:27 +03:00
"minimumReleaseAge" : "30 days"
2024-05-30 15:17:11 +03:00
} ,
2024-07-04 10:01:07 +03:00
{
"description" : "Require approval for stable branches (must be last rule to override all others)" ,
2024-08-23 12:17:36 +03:00
"matchBaseBranches" : [ "/^v\\d+\\.\\d+\\/forgejo$/" ] ,
2024-07-08 10:03:37 +03:00
"dependencyDashboardApproval" : true ,
2024-08-23 12:17:36 +03:00
"schedule" : [ "at any time" ]
2024-03-25 12:31:15 +03:00
}
] ,
"customManagers" : [
2024-03-26 11:24:24 +03:00
{
"description" : "Update node-version in forgejo workflows" ,
"customType" : "regex" ,
2024-08-23 12:17:36 +03:00
"fileMatch" : [ "^.forgejo/workflows/.+\\.yml$" ] ,
"matchStrings" : [ "\\s+node-version: ['\"]?(?<currentValue>.+?)['\"]?\\s" ] ,
2024-05-03 15:00:29 +03:00
"depNameTemplate" : "node" ,
"datasourceTemplate" : "node-version"
2024-04-11 16:00:11 +03:00
} ,
{
"description" : "Update deps inside Makefile" ,
"customType" : "regex" ,
2024-08-23 12:17:36 +03:00
"fileMatch" : [ "^Makefile$" ] ,
2024-04-17 10:22:42 +03:00
"matchStrings" : [
2024-06-25 09:26:06 +03:00
" \\?= (?<depName>.+?)@(?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?)(?: packageName=(?<packageName>.+?))?( versioning=(?<versioning>.+?))?\\s"
2024-04-17 10:22:42 +03:00
]
2024-03-25 12:31:15 +03:00
}
]
}