Skip to content

Commit dd989aa

Browse files
committed
feat: add renovate job
1 parent 4afa0e8 commit dd989aa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"]
4+
}

jobs/renovate/renovate.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e -E -u -C -o pipefail
3+
4+
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

Comments
 (0)