Compare commits

...

2 Commits

Author SHA1 Message Date
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
renovate.json Normal file
View File

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