mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-01 11:01:16 +00:00
add dependabot
This commit is contained in:
parent
cbbf717cb0
commit
da984ef4b9
2 changed files with 13 additions and 1 deletions
12
.github/dependabot.yml
vendored
Normal file
12
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
time: "01:00"
|
||||
open-pull-requests-limit: 10
|
||||
reviewers:
|
||||
- NotAShelf
|
||||
assignees:
|
||||
- NotAShelf
|
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: nix-gaming
|
||||
name: nyxpkgs
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- run: nix flake update
|
||||
|
|
Loading…
Reference in a new issue