Skip to content

Commit

Permalink
chore(config): migrate renovate config (#2919)
Browse files Browse the repository at this point in the history
The Renovate config in this repository needs migrating. Typically this
is because one or more configuration options you are using have been
renamed.

You don't need to merge this PR right away, because Renovate will
continue to migrate these fields internally each time it runs. But later
some of these fields may be fully deprecated and the migrations removed.
So it's a good idea to merge this migration PR soon.





🔕 **Ignore**: Close this PR and you won't be reminded about config
migration again, but one day your current config may no longer be valid.

❓ Got questions? Does something look wrong to you? Please don't hesitate
to [request help
here](https://redirect.github.com/renovatebot/renovate/discussions).


---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).
  • Loading branch information
renovate-bot authored Nov 27, 2024
1 parent 49de169 commit 474fbef
Showing 1 changed file with 76 additions and 26 deletions.
102 changes: 76 additions & 26 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,88 +1,138 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"timezone": "Australia/Sydney",
"schedule": ["before 6am on wednesday"],
"schedule": [
"before 6am on wednesday"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 20,
"labels": ["dependencies"],
"postUpdateOptions": ["gomodTidy"],
"labels": [
"dependencies"
],
"postUpdateOptions": [
"gomodTidy"
],
"osvVulnerabilityAlerts": true,
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 6am on wednesday"],
"schedule": [
"before 6am on wednesday"
],
"groupName": "lockfile maintenance"
},
"git-submodules": {
"enabled": false
},
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchFileNames": ["gcp/website/**"],
"matchCategories": ["python"],
"matchFileNames": [
"gcp/website/**"
],
"matchCategories": [
"python"
],
"groupName": "website-backend"
},
{
"matchFileNames": ["gcp/website/**"],
"matchCategories": ["js"],
"matchFileNames": [
"gcp/website/**"
],
"matchCategories": [
"js"
],
"groupName": "website-frontend"
},
{
"matchFileNames": ["gcp/api/**"],
"matchPackageNames": ["grpcio*"],
"matchFileNames": [
"gcp/api/**"
],
"matchPackageNames": [
"grpcio*"
],
"enabled": false
},
{
"matchFileNames": ["gcp/api/**"],
"matchFileNames": [
"gcp/api/**"
],
"groupName": "api"
},
{
"matchFileNames": ["gcp/functions/**"],
"matchFileNames": [
"gcp/functions/**"
],
"groupName": "functions"
},
{
"matchFileNames": ["docker/**"],
"matchCategories": ["python"],
"matchFileNames": [
"docker/**"
],
"matchCategories": [
"python"
],
"groupName": "workers"
},
{
"matchFileNames": ["docker/**"],
"matchCategories": ["golang"],
"matchFileNames": [
"docker/**"
],
"matchCategories": [
"golang"
],
"groupName": "indexer"
},
{
"matchFileNames": ["vulnfeeds/**"],
"matchFileNames": [
"vulnfeeds/**"
],
"groupName": "vulnfeeds"
},
{
"matchFileNames": ["docs/**"],
"matchFileNames": [
"docs/**"
],
"groupName": "docs"
},
{
"matchFileNames": ["tools/**"],
"matchFileNames": [
"tools/**"
],
"groupName": "tools"
},
{
"matchFileNames": ["deployment/terraform/**"],
"matchFileNames": [
"deployment/terraform/**"
],
"groupName": "terraform"
},
{
"matchFileNames": [".github/**"],
"matchFileNames": [
".github/**"
],
"groupName": "workflows"
},
{
"matchFileNames": ["pyproject.toml"],
"matchFileNames": [
"pyproject.toml"
],
"groupName": "osv-lib"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["python"],
"matchDatasources": [
"docker"
],
"matchPackageNames": [
"python"
],
"enabled": false
}
]
Expand Down

0 comments on commit 474fbef

Please sign in to comment.