update-flake-inputs: enable auto-merge

This commit is contained in:
Jörg Thalheim
2025-07-15 10:55:28 +02:00
parent 24493e8768
commit 2ef248a10e

View File

@@ -26,5 +26,6 @@ jobs:
# Exclude private flakes and update-clan-core checks flake
exclude-patterns: "devFlake/private/flake.nix,checks/impure/flake.nix"
auto-merge: true
gitea-token: ${{ secrets.CI_BOT_TOKEN }}
github-token: ${{ secrets.CI_BOT_GITHUB_TOKEN }}