diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index f7c36581..1e5ebbb2 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -47,7 +47,7 @@ jobs: for file in "${files[@]}"; do if [[ $file == *"docker-compose.yml"* ]]; then app_name=$(echo $file | cut -d'/' -f 2) - git add "apps/$app_name/*" && git commit -m "Update app version" --no-verify && git push || true + git add "apps/$app_name/*" && git commit -m "Update app version [skip ci]" --no-verify && git push || true fi done diff --git a/renovate.json b/renovate.json index e34be91d..6ed5339e 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "gitIgnoredAuthors": [ "githubaction@githubaction.com" ], + "rebaseWhen": "never", "packageRules": [ { "packageNames": ["docker-compose"],