Skip to content

Commit

Permalink
CI: automatic update of nix lock file (OSGeo#4016)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Jul 10, 2024
1 parent 87b6ac0 commit 6ebeb4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
push:
tags:
- '*'
pull_request:
paths:
- 'flake.nix'
- 'flake.lock'
- 'package.nix'
- '.github/workflows/test-nix.yml'
workflow_dispatch:

concurrency:
Expand Down
10 changes: 9 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,13 @@

// Renovate's pre-commit support is still opt-in
":enablePreCommit",
]

// weekly update of lock files (flake.lock)
":maintainLockFilesWeekly",
],

// enable Nix lock file update (flake.lock)
"nix": {
"enabled": true
}
}

0 comments on commit 6ebeb4b

Please sign in to comment.