alpha
Login
or
Join now
danielroe.dev
/
nuxt-timings-module
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update renovate configuration
author
Daniel Roe
date
2 years ago
(Sep 21, 2024, 8:55 PM +0100)
commit
5d5e1823
5d5e182366416aff2f71898c4539df5c6009d075
parent
e3830cc4
e3830cc408e3369e5a42f9dceda00a791685816e
+6
-3
1 changed file
Expand all
Collapse all
Unified
Split
renovate.json
+6
-3
renovate.json
View file
Reviewed
···
1
1
{
2
2
"extends": [
3
3
-
"config:base",
3
3
+
"github>danielroe/renovate",
4
4
"packages:linters",
5
5
":labels(dependencies,devops)",
6
6
":pinAllExceptPeerDependencies",
···
19
19
},
20
20
"packageRules": [
21
21
{
22
22
-
"packagePatterns": ["lint"],
22
22
+
"packagePatterns": [
23
23
+
"lint"
24
24
+
],
23
25
"groupName": "all lint dependencies",
24
26
"groupSlug": "all-lint"
25
27
}
26
26
-
]
28
28
+
],
29
29
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
27
30
}