Skip to content

Commit

Permalink
Lower the amount of PRs created by Renovatebot
Browse files Browse the repository at this point in the history
File synced from pulumiverse/pulumi-unifi repository
  • Loading branch information
ringods committed Jun 12, 2024
1 parent 3423e07 commit 4074876
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitScopeDisabled",
"helpers:pinGitHubActionDigests",
"group:githubArtifactActions",
"schedule:earlyMondays"
],
"constraints": {
"go": "1.22"
},
"packageRules": [
{
"matchFileNames": [
"provider/**"
],
"matchDatasources": [
"go"
],
"excludePackagePrefixes": [
"github.com/hashicorp/terraform-plugin-sdk",
"github.com/pulumi/pulumi",
"github.com/scaleway/terraform-provider-scaleway"
]
},
{
"matchFileNames": [
"examples/**"
Expand All @@ -21,4 +38,4 @@
}
],
"dependencyDashboard": true
}
}

0 comments on commit 4074876

Please sign in to comment.