Skip to content

Commit

Permalink
Add basic Renovate bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
f18m committed May 7, 2024
1 parent d93a7dd commit 5e0acd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
recurrent>=0.4.1
paho-mqtt>=1.6.1
python-dateutil>=2.8.2
psutil>=5.9.5
jinja2>=3.1.3
types-paho-mqtt>=1.6.0.20240321
recurrent==0.4.1
paho-mqtt==1.6.1
python-dateutil==2.8.2
psutil==5.9.5
jinja2==3.1.3
types-paho-mqtt==1.6.0.20240321
# pySMART>=1.3.1.dev8 is required, see https://github.com/truenas/py-SMART/issues/86
pySMART>=1.3.1.dev8
pySMART==1.3.1.dev8

0 comments on commit 5e0acd0

Please sign in to comment.