Skip to content

Commit 4452b15

Browse files
committed
Setup RenovateBot
1 parent 536b6d8 commit 4452b15

File tree

13 files changed

+171
-45
lines changed

13 files changed

+171
-45
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

arch/esp32/esp32.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[esp32_base]
33
extends = arduino_base
44
custom_esp32_kind = esp32
5-
platform = platformio/[email protected]
5+
platform =
6+
# renovate: datasource=custom.pio depName=platformio/espressif32 packageName=platformio/platform/espressif32
7+
platformio/[email protected]
68

79
build_src_filter =
810
${arduino_base.build_src_filter} -<platform/nrf52/> -<platform/stm32wl> -<platform/rp2xx0> -<mesh/eth/> -<mesh/raspihttp>
@@ -45,11 +47,17 @@ lib_deps =
4547
${networking_base.lib_deps}
4648
${environmental_base.lib_deps}
4749
${radiolib_base.lib_deps}
50+
# renovate: datasource=git-refs depName=meshtastic-esp32_https_server packageName=https://github.com/meshtastic/esp32_https_server gitBranch=master
4851
https://github.com/meshtastic/esp32_https_server/archive/23665b3adc080a311dcbb586ed5941b5f94d6ea2.zip
52+
# renovate: datasource=custom.pio depName=NimBLE-Arduino packageName=h2zero/library/NimBLE-Arduino
4953
h2zero/NimBLE-Arduino@^1.4.3
54+
# renovate: datasource=git-refs depName=libpax packageName=https://github.com/dbinfrago/libpax gitBranch=master
5055
https://github.com/dbinfrago/libpax/archive/3cdc0371c375676a97967547f4065607d4c53fd1.zip
56+
# renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
5157
lewisxhe/XPowersLib@^0.2.7
58+
# renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
5259
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
60+
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
5361
rweather/Crypto@^0.4.0
5462

5563
lib_ignore =

arch/esp32/esp32c6.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[esp32c6_base]
22
extends = esp32_base
3-
platform = https://github.com/Jason2866/platform-espressif32/archive/22faa566df8c789000f8136cd8d0aca49617af55.zip
3+
platform =
4+
# renovate: datasource=git-refs depName=ESP32c6 platform-espressif32 packageName=https://github.com/Jason2866/platform-espressif32 gitBranch=Arduino/IDF5
5+
https://github.com/Jason2866/platform-espressif32/archive/22faa566df8c789000f8136cd8d0aca49617af55.zip
46
build_flags =
57
${arduino_base.build_flags}
68
-Wall
@@ -24,8 +26,11 @@ lib_deps =
2426
${networking_base.lib_deps}
2527
${environmental_base.lib_deps}
2628
${radiolib_base.lib_deps}
29+
# renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
2730
lewisxhe/XPowersLib@^0.2.7
31+
# renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
2832
https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
33+
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
2934
rweather/Crypto@^0.4.0
3035

3136
build_src_filter =

arch/esp32/esp32s2.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ build_flags =
1616
lib_ignore =
1717
${esp32_base.lib_ignore}
1818
NimBLE-Arduino
19-
libpax
19+
libpax

arch/esp32/esp32s3.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ extends = esp32_base
33
custom_esp32_kind = esp32s3
44

55
monitor_speed = 115200
6-

arch/nrf52/nrf52.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[nrf52_base]
22
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
3-
platform = platformio/nordicnrf52@^10.8.0
3+
platform =
4+
# renovate: datasource=custom.pio depName=platformio/nordicnrf52 packageName=platformio/platform/nordicnrf52
5+
platformio/nordicnrf52@^10.8.0
46
extends = arduino_base
57
platform_packages =
68
; our custom Git version until they merge our PR
9+
# TODO renovate
710
platformio/framework-arduinoadafruitnrf52 @ https://github.com/meshtastic/Adafruit_nRF52_Arduino#e13f5820002a4fb2a5e6754b42ace185277e5adf
11+
# renovate: datasource=custom.pio depName=platformio/toolchain-gccarmnoneeabi packageName=platformio/tool/toolchain-gccarmnoneeabi
812
platformio/toolchain-gccarmnoneeabi@~1.90301.0
913

1014
build_type = debug
@@ -28,4 +32,4 @@ lib_deps=
2832

2933
lib_ignore =
3034
BluetoothOTA
31-
lvgl
35+
lvgl

arch/nrf52/nrf52840.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build_flags = ${nrf52_base.build_flags}
66
lib_deps =
77
${nrf52_base.lib_deps}
88
${environmental_base.lib_deps}
9+
# renovate: datasource=git-refs depName=Kongduino-Adafruit_nRFCrypto packageName=https://github.com/Kongduino/Adafruit_nRFCrypto gitBranch=master
910
https://github.com/Kongduino/Adafruit_nRFCrypto/archive/e31a8825ea3300b163a0a3c1ddd5de34e10e1371.zip
1011

1112
; Common NRF52 debugging settings follow. See the Meshtastic developer docs for how to connect SWD debugging probes to your board.

arch/portduino/portduino.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; The Portduino based 'native' environment. Currently supported on Linux targets with real LoRa hardware (or simulated).
22
[portduino_base]
3-
platform = https://github.com/meshtastic/platform-native/archive/c5bd469ab9b5a6966321e09557b27d906961da63.zip
3+
platform =
4+
# renovate: datasource=git-refs depName=platform-native packageName=https://github.com/meshtastic/platform-native gitBranch=develop
5+
https://github.com/meshtastic/platform-native/archive/c5bd469ab9b5a6966321e09557b27d906961da63.zip
46
framework = arduino
57

68
build_src_filter =
@@ -24,8 +26,11 @@ lib_deps =
2426
${env.lib_deps}
2527
${networking_base.lib_deps}
2628
${radiolib_base.lib_deps}
29+
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
2730
rweather/Crypto@^0.4.0
31+
# renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
2832
lovyan03/LovyanGFX@^1.2.0
33+
# renovate: datasource=git-refs depName=libch341-spi-userspace packageName=https://github.com/pine64/libch341-spi-userspace gitBranch=main
2934
https://github.com/pine64/libch341-spi-userspace/archive/a9b17e3452f7fb747000d9b4ad4409155b39f6ef.zip
3035

3136
build_flags =

arch/rp2xx0/rp2040.ini

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
; Common settings for rp2040 Processor based targets
22
[rp2040_base]
3-
platform = https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
3+
platform =
4+
# TODO renovate
5+
https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5
6+
; For arduino-pico >= 4.4.3
47
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
8+
platform_packages =
9+
# TODO renovate
10+
framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
611

712
board_build.core = earlephilhower
813
board_build.filesystem_size = 0.5m
@@ -24,4 +29,5 @@ lib_deps =
2429
${arduino_base.lib_deps}
2530
${environmental_base.lib_deps}
2631
${radiolib_base.lib_deps}
27-
rweather/Crypto
32+
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
33+

arch/rp2xx0/rp2350.ini

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
; Common settings for rp2040 Processor based targets
1+
; Common settings for rp2350 Processor based targets
22
[rp2350_base]
3-
platform = https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
3+
platform =
4+
# TODO renovate
5+
https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5
6+
; For arduino-pico >= 4.4.3
47
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
8+
platform_packages =
9+
# TODO renovate
10+
framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
611

712
board_build.core = earlephilhower
813
board_build.filesystem_size = 0.5m
@@ -21,4 +26,5 @@ lib_deps =
2126
${arduino_base.lib_deps}
2227
${environmental_base.lib_deps}
2328
${radiolib_base.lib_deps}
24-
rweather/Crypto
29+
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
30+

0 commit comments

Comments
 (0)