Skip to content

Commit 872643b

Browse files
Update dependency netbox-community/netbox to v4.5.0
1 parent a4f94e1 commit 872643b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
# renovate: datasource=github-releases depName=netbox-community/netbox
6666
netbox_version:
67-
- "4.4.7"
67+
- "4.5.0"
6868
# renovate: datasource=github-releases depName=netbox-community/netbox-bgp
6969
netbox_bgp_version:
7070
- "0.17.0"

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
context: integration
1717
args:
1818
# renovate: datasource=github-releases depName=netbox-community/netbox
19-
NETBOX_VERSION: ${NETBOX_VERSION:-4.4.7}
19+
NETBOX_VERSION: ${NETBOX_VERSION:-4.5.0}
2020
# renovate: datasource=github-releases depName=netbox-community/netbox-bgp
2121
NETBOX_BGP_VERSION: ${NETBOX_BGP_VERSION:-0.17.0}
2222
depends_on:

0 commit comments

Comments
 (0)