Compare commits

..

No commits in common. "main" and "v2.13.0" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View file

@ -3,11 +3,10 @@ on:
push: push:
branches: branches:
- "**" - "**"
branches-ignore: - !renovate/**
- renovate/** # they are build via PR
env: env:
FORGEJO_VERSION: 11.0.15 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo FORGEJO_VERSION: 11.0.14 # renovate: datasource=docker depName=data.forgejo.org/forgejo/forgejo
jobs: jobs:
integration: integration:

View file

@ -3,8 +3,7 @@ on:
push: push:
branches: branches:
- '**' - '**'
branches-ignore: - !renovate/**
- renovate/** # they are build via PR
jobs: jobs:
tests: tests:

View file

@ -18,7 +18,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${DELAY:=10} : ${DELAY:=10}
: ${SKIP_ASSETS:=false} : ${SKIP_ASSETS:=false}
RELEASE_NOTES_ASSISTANT_VERSION=v1.7.3 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org RELEASE_NOTES_ASSISTANT_VERSION=v1.7.1 # renovate: datasource=forgejo-releases depName=forgejo/release-notes-assistant registryUrl=https://code.forgejo.org
TAG_FILE="$TMP_DIR/tag$$.json" TAG_FILE="$TMP_DIR/tag$$.json"
TAG_URL=$(echo "$TAG" | sed 's/\//%2F/g') TAG_URL=$(echo "$TAG" | sed 's/\//%2F/g')