-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.jsonc
More file actions
42 lines (42 loc) · 797 Bytes
/
renovate.jsonc
File metadata and controls
42 lines (42 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// /qompassai/qompass-hold/renovate.json
// Qompass AI Renovate Config
// Copyright (C) 2025 Qompass AI, All rights reserved
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor"
],
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:weekly"
]
},
"nix": {
"enabled": true
},
"packageRules": [
{
"matchPackagePatterns": [
"lua",
"luajit",
"luv",
"nvim",
"neovim",
"plenary",
"telescope"
],
"allowedVersions": [
"5.1.x",
"2.1.x"
]
}
],
"dependencyDashboard": true,
"baseBranches": [
"main"
],
"commitMessagePrefix": "chore(deps): ",
"automerge": false
}