File tree Expand file tree Collapse file tree 5 files changed +1645
-131
lines changed Expand file tree Collapse file tree 5 files changed +1645
-131
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [
4
- " config:base"
5
- ],
6
- "enabledManagers" : [
7
- " npm"
8
- ],
9
- "baseBranches" : [
10
- " main"
11
- ],
12
- "semanticCommits" : " enabled" ,
13
- "semanticCommitType" : " chore" ,
14
- "packageRules" : [
15
- {
16
- "matchUpdateTypes" : [
17
- " minor" ,
18
- " patch" ,
19
- " pin" ,
20
- " digest"
21
- ],
22
- "automerge" : true
23
- }
24
- ],
25
- "schedule" : [
26
- " after 10pm and before 5am every weekday" ,
27
- " every weekend"
28
- ]
3
+ "extends" : [" github>stateshifters/renovate-common" ],
4
+ "prConcurrentLimit" : 1 ,
5
+ "enabledManagers" : [" npm" , " github-actions" ]
29
6
}
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
- name : Use Python 3.10.6
30
30
uses : actions/setup-python@v4
31
31
with :
32
- python-version : ' 3.10.6'
33
- env :
34
- PYTHON_VERSION : ' 3.10.6 '
32
+ python-version : ' >= 3.10.6'
33
+ - name : Install dependencies
34
+ run : python3 -m pip install setuptools
35
35
- name : Set up node
36
36
uses : meza/action-setup-node-npm@main
37
37
with :
38
- node-version : latest
38
+ node-version : 20.5.0
39
39
cache-name : ${{ needs.verify.outputs.cache-name }}
40
40
- name : Set Windows environment
41
41
if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments