Add renovate and gh actions caching

This commit is contained in:
Dimitris Zervas
2023-06-05 15:24:41 +03:00
parent 7b792dc749
commit 797876d33d
4 changed files with 67 additions and 55 deletions

8
renovate.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": [
"config:base"
],
"schedule": [
"before 4pm on Monday"
]
}