Compare commits

...

3 Commits
v0.1 ... master

Author SHA1 Message Date
b9c28f5b8f Renamed Renovate file
All checks were successful
/ Build the API (1.17) (push) Successful in 1m49s
/ Build the API (1.18) (push) Successful in 1m4s
/ Build the API (1.19) (push) Successful in 59s
/ Build the API (1.20) (push) Successful in 58s
2023-04-20 13:18:04 +02:00
df66ceccc8 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
Some checks failed
/ Build the API (1.17) (push) Successful in 44s
/ Build the API (1.18) (push) Has started running
/ Build the API (1.19) (push) Has been cancelled
/ Build the API (1.20) (push) Has been cancelled
Reviewed-on: profitroll/HoloCheckerAPI#1
2023-04-20 14:17:02 +03:00
d7c7689124 Add renovate.json
All checks were successful
/ Build the API (1.17) (push) Successful in 52s
/ Build the API (1.18) (push) Successful in 49s
/ Build the API (1.19) (push) Successful in 48s
/ Build the API (1.20) (push) Successful in 50s
2023-04-20 14:13:26 +03:00

6
.renovaterc Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}