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