Skip to content

Commit

Permalink
Configure mergify/renovate
Browse files Browse the repository at this point in the history
For automatic flake updates
  • Loading branch information
adisbladis committed Aug 9, 2024
1 parent 36d76b6 commit b939eee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pull_request_rules:
- name: automatic merge for Renovate pull requests
conditions:
- author=renovate[bot]
- check-success=nix-flake-check
actions:
merge:
method: rebase
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
},
"nix": {
"enabled": true
}
}

0 comments on commit b939eee

Please sign in to comment.