1 Commits

Author SHA1 Message Date
39ae66e4b3 Update iib0011/omni-tools Docker tag to v0.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-07-12 02:02:55 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }} REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }} TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3 STALE_DAYS: 3
STALE_TAG: 16 STALE_TAG: 'stale'
EXCLUDE_TAG: 20 EXCLUDE_TAG: 'renovate'
run: python ./scripts/scripts/process-issues.py run: python ./scripts/scripts/process-issues.py

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }} REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }} TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3 STALE_DAYS: 3
STALE_TAG: 16 STALE_TAG: 'stale'
REQUIRED_TAG: 15 REQUIRED_TAG: 'automerge'
run: python ./scripts/scripts/process-pull-requests.py run: python ./scripts/scripts/process-pull-requests.py