FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ccusage/.github/renovate.json at main · rioscode/ccusage · GitHub
rioscode
/
ccusage
Public
forked from
ccusage/ccusage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ccusage
/
.github
/
renovate.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (43 loc) · 1.06 KB
Breadcrumbs
ccusage
/
.github
/
renovate.json
Copy path
File metadata and controls
43 lines (43 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
43
{
"$schema"
:
"
https://docs.renovatebot.com/renovate-schema.json
"
,
"extends"
: [
"
config:recommended
"
],
"nix"
: {
"enabled"
:
true
},
"automerge"
:
true
,
"platformAutomerge"
:
false
,
"branchConcurrentLimit"
:
0
,
"dependencyDashboard"
:
false
,
"labels"
: [
"
dependencies
"
,
"
renovate
"
],
"lockFileMaintenance"
: {
"enabled"
:
true
,
"schedule"
: [
"
at any time
"
]
},
"minimumReleaseAge"
:
"
3 days
"
,
"mode"
:
"
full
"
,
"packageRules"
: [
{
"description"
:
"
Keep schemars on the 0.x API until its schema generator is migrated deliberately.
"
,
"matchPackageNames"
: [
"
schemars
"
],
"allowedVersions"
:
"
<0.9.0
"
},
{
"description"
:
"
The Rust compiler must stay paired with the pinned cargo-hawk binary and rust-overlay.
"
,
"matchManagers"
: [
"
rust-toolchain
"
],
"matchDepTypes"
: [
"
toolchain
"
],
"enabled"
:
false
}
],
"postUpgradeTasks"
: {
"commands"
: [
"
nix run .#generate-bun-nix
"
],
"executionMode"
:
"
branch
"
,
"installTools"
: {
"nix"
: {}
}
},
"postUpdateOptions"
: [
"
pnpmDedupe
"
],
"rangeStrategy"
:
"
bump
"
,
"vulnerabilityAlerts"
: {
"labels"
: [
"
security
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL