Skip to content

Commit

Permalink
ci: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Mar 18, 2024
1 parent 2633dbd commit 011c231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func Provider() tfbridge.ProviderInfo {


Python: &tfbridge.PythonInfo{
PackageName: "pulumi_netbox",
PackageName: "spk_pulumi_netbox",
// List any Python dependencies and their version ranges
Requires: map[string]string{
"pulumi": ">=3.0.0,<4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"main"
],
"stabilityDays": 4,
"rebaseWhen": "behind-base-branch"
"rebaseWhen": "behind-base-branch",
"forkProcessing": "enabled"
}

0 comments on commit 011c231

Please sign in to comment.