Skip to content

Commit 011c231

Browse files
committed
ci: update package name
1 parent 2633dbd commit 011c231

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

provider/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func Provider() tfbridge.ProviderInfo {
261261

262262

263263
Python: &tfbridge.PythonInfo{
264-
PackageName: "pulumi_netbox",
264+
PackageName: "spk_pulumi_netbox",
265265
// List any Python dependencies and their version ranges
266266
Requires: map[string]string{
267267
"pulumi": ">=3.0.0,<4.0.0",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"main"
88
],
99
"stabilityDays": 4,
10-
"rebaseWhen": "behind-base-branch"
10+
"rebaseWhen": "behind-base-branch",
11+
"forkProcessing": "enabled"
1112
}

0 commit comments

Comments
 (0)