Browse Source

Add flake.lock to be the list of items for automerge

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/5419/head
Suguru Hirahara 2 weeks ago
committed by Slavi Pantaleev
parent
commit
7f4691aabb
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .github/renovate.json

+ 6
- 0
.github/renovate.json View File

@@ -32,6 +32,12 @@
"dock.mau.dev/mautrix/**"
],
"allowedVersions": "/^v0\\./"
},
{
"matchFileNames": [
"flake.lock"
],
"automerge": true
}
],
"pre-commit": {


Loading…
Cancel
Save