ci: update dependencies on 25.11 branch (#2027)

Link: https://github.com/nix-community/stylix/pull/2027

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
0xda157 2025-11-26 11:16:50 -10:00 committed by GitHub
parent 687a8c1bf2
commit 70c444a10d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -7,6 +7,9 @@ updates:
target-branch: "master"
schedule:
interval: daily
labels: ["topic: dependencies", "backport: release-25.05"]
labels:
- "topic: dependencies"
- "backport: release-25.05"
- "backport: release-25.11"
commit-message:
prefix: "ci"

View file

@ -16,7 +16,7 @@ jobs:
if: vars.APP_ID
strategy:
matrix:
branch: [master, release-25.05]
branch: [master, release-25.11, release-25.05]
steps:
- id: generate-token
uses: actions/create-github-app-token@v2