mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
refactor: add renovate.json
refactor: update renovate/renovate docker tag to v24.97.1 refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
0a3a2dc2ec
commit
b372e6886b
@@ -109,7 +109,7 @@ unlabel:
|
|||||||
- secrecy
|
- secrecy
|
||||||
|
|
||||||
renovate:
|
renovate:
|
||||||
image: renovate/renovate:24.49.8-slim@sha256:50f4223ad6f858082140d18aa0b733d1e6084d206a87dc7dac9f11f445b4e52e
|
image: renovate/renovate:24.97.1-slim@sha256:c821e3af651992c6988de68daa72c34f9d7e709b306e7b6deb83553cb731a0e7
|
||||||
stage: maintenance
|
stage: maintenance
|
||||||
variables:
|
variables:
|
||||||
RENOVATE_EXTENDS: "gitlab>openstapps/projectmanagement"
|
RENOVATE_EXTENDS: "gitlab>openstapps/projectmanagement"
|
||||||
|
|||||||
1049
package-lock.json
generated
1049
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -33,25 +33,25 @@
|
|||||||
"@openstapps/logger": "0.5.0",
|
"@openstapps/logger": "0.5.0",
|
||||||
"@slack/client": "5.0.2",
|
"@slack/client": "5.0.2",
|
||||||
"@types/glob": "7.1.3",
|
"@types/glob": "7.1.3",
|
||||||
"@types/mustache": "4.1.0",
|
"@types/mustache": "4.1.1",
|
||||||
"@types/node": "10.17.44",
|
"@types/node": "10.17.56",
|
||||||
"@types/tmp": "0.2.0",
|
"@types/tmp": "0.2.0",
|
||||||
"commander": "6.2.0",
|
"commander": "6.2.1",
|
||||||
"glob": "7.1.6",
|
"glob": "7.1.6",
|
||||||
"moment": "2.29.1",
|
"moment": "2.29.1",
|
||||||
"mustache": "4.1.0",
|
"mustache": "4.2.0",
|
||||||
"tmp": "0.2.1"
|
"tmp": "0.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openstapps/configuration": "0.25.0",
|
"@openstapps/configuration": "0.26.0",
|
||||||
"@testdeck/mocha": "0.1.2",
|
"@testdeck/mocha": "0.1.2",
|
||||||
"@types/chai": "4.2.14",
|
"@types/chai": "4.2.15",
|
||||||
"@types/chai-as-promised": "7.1.3",
|
"@types/chai-as-promised": "7.1.3",
|
||||||
"@types/mocha": "8.2.0",
|
"@types/mocha": "8.2.2",
|
||||||
"chai": "4.2.0",
|
"chai": "4.3.4",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"conventional-changelog-cli": "2.1.1",
|
"conventional-changelog-cli": "2.1.1",
|
||||||
"mocha": "8.2.1",
|
"mocha": "8.3.2",
|
||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
"prepend-file-cli": "1.0.6",
|
"prepend-file-cli": "1.0.6",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
|
|||||||
46
renovate.json
Normal file
46
renovate.json
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"github>whitesource/merge-confidence:beta",
|
||||||
|
"config:base",
|
||||||
|
":semanticCommits",
|
||||||
|
":semanticCommitTypeAll(refactor)",
|
||||||
|
":semanticCommitScopeDisabled"
|
||||||
|
],
|
||||||
|
"prCreation": "not-pending",
|
||||||
|
"timezone": "Europe/Berlin",
|
||||||
|
"groupName": "all",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^tslint$", "^@angular", "^@ionic", "^@krlwlfrt"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^typescript$"],
|
||||||
|
"allowedVersions": "3.8.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^typedoc$"],
|
||||||
|
"allowedVersions": "0.18.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchDepTypes": [
|
||||||
|
"peerDependencies"
|
||||||
|
],
|
||||||
|
"rangeStrategy": "replace"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"schedule": [
|
||||||
|
"before 9am on monday"
|
||||||
|
],
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"reviewers": [
|
||||||
|
"abcdev",
|
||||||
|
"jovankrunic",
|
||||||
|
"FrankNagel",
|
||||||
|
"mjschmitz",
|
||||||
|
"wulkanat"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -120,7 +120,7 @@ export async function remind(api: Api): Promise<void> {
|
|||||||
if (mergeRequest.assignee.username === username) {
|
if (mergeRequest.assignee.username === username) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (username.includes('openstapps')) {
|
if (username.includes('openstapps') || username.includes('kphilipp')) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user