Migrate renovate config (#559)
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. #### [PLEASE NOTE](https://docs.renovatebot.com/configuration-options#configmigration): JSON5 config file migrated! All comments & trailing commas were removed. 🔕 **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0f8587b289
commit
6c093a4d08
@@ -1,17 +1,23 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: ["github>pulumi/renovate-config//default.json5"],
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: [
|
||||
'github>pulumi/renovate-config//default.json5',
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
// These modules aren't tagged properly, so tell Renovate to update to specific commits.
|
||||
matchDatasources: ["go"],
|
||||
matchPackageNames: [
|
||||
"github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3",
|
||||
"github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3",
|
||||
"github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3",
|
||||
"github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3",
|
||||
matchDatasources: [
|
||||
'go',
|
||||
],
|
||||
matchPackageNames: [
|
||||
'github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3',
|
||||
'github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3',
|
||||
'github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3',
|
||||
'github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3',
|
||||
],
|
||||
matchUpdateTypes: [
|
||||
'pin',
|
||||
'digest',
|
||||
],
|
||||
updateTypes: ["pin", "digest"],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user