Browse Source

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

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/5417/head
Suguru Hirahara 1 week ago
parent
commit
2904d7c3d1
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
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/**" "dock.mau.dev/mautrix/**"
], ],
"allowedVersions": "/^v0\\./" "allowedVersions": "/^v0\\./"
},
{
"matchFileNames": [
"flake.lock"
],
"automerge": true
} }
], ],
"pre-commit": { "pre-commit": {


Loading…
Cancel
Save