We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afa0e8 commit dd989aaCopy full SHA for dd989aa
jobs/renovate/recommended-renovate.json
@@ -0,0 +1,4 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"]
4
+}
jobs/renovate/renovate.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -e -E -u -C -o pipefail
+
+echo "[$(date '+%Y-%m-%d %H:%M:%S')] Git repository: ${REPOSITORY}"
5
6
+echo "${REPOSITORY} - Override renovate.json"
7
+curl --silent --show-error --fail-with-body "https://raw.githubusercontent.com/escalate/multi-gitter-scripts/refs/heads/master/jobs/renovate/recommended-renovate.json" --output renovate.json
0 commit comments