Commit 95dc4bb68059

Vincent Demeester <vincent@sbr.pm>
2023-12-01 12:07:59
.github: add dependabot and update build-systems
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 847bdfa
Changed files (2)
.github/workflows/build-systems.yaml
@@ -1,10 +1,10 @@
 name: Nix Flake actions
 
 on:
+  workflow_dispatch: {}
   pull_request:
   push:
     branches:
-      - master
       - main
 
 jobs:
@@ -43,6 +43,6 @@ jobs:
       - uses: cachix/install-nix-action@v23
       - uses: cachix/cachix-action@v12
         with:
-          name: chapeau-rouge
+          name: vdemeester
           authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
       - run: nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"
.github/dependabot.yaml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"