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:
parent
687a8c1bf2
commit
70c444a10d
2 changed files with 5 additions and 2 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue