summaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorJan Friedli2020-05-14 18:54:52 +0200
committerJan Friedli2020-05-14 18:54:52 +0200
commit0a5e62bda21cb67766e9ac6146449080ba25bcec (patch)
tree230036d593c26ae89fed0f458a81041aaebb2410 /renovate.json
parent9bd985044ad8bd0612360bcaa9f4d871b6195985 (diff)
try to setup renovate
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..144227e
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,10 @@
1{
2 "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3 "commitMessagePrefix": "RenovateBot: ",
4 "packageRules": [
5 {
6 "updateTypes": ["minor", "patch", "pin", "digest"],
7 "automerge": true
8 }
9 ]
10} \ No newline at end of file