Skip to content

Commit

Permalink
Merge pull request #50 from nim65s/ci
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
nim65s authored Dec 21, 2024
2 parents 4679dd4 + 6066768 commit 807d01a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: "CI - Nix"

on:
push:
branches:
- devel
- master
pull_request:
branches:
- devel
- master

jobs:
nix:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: update-flake-lock

on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 17 5 * *'

jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
3 changes: 2 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pull_request_rules:
- check-success = "nix (ubuntu)"
- check-success = "pre-commit.ci - pr"
- or:
- author = pre-commit-ci[bot]
- author = github-actions[bot]
- author = dependabot[bot]
- author = pre-commit-ci[bot]
actions:
merge:

0 comments on commit 807d01a

Please sign in to comment.