-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'technologiestiftung-feat/reduce-noise'
- Loading branch information
Showing
11 changed files
with
12,058 additions
and
22,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @fabianmoronzirfas | ||
* @ff6347 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["local>inpyjamas/renovate-config#next"] | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["local>technologiestiftung/renovate-config"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,6 @@ dist | |
|
||
# TernJS port file | ||
.tern-port | ||
.github/.DS_Store | ||
.gitignore | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20 | ||
v20.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,32 @@ | ||
{ | ||
"workbench.colorCustomizations": { | ||
"activityBar.activeBackground": "#0499c8", | ||
"activityBar.activeBorder": "#fec1ef", | ||
"activityBar.background": "#0499c8", | ||
"activityBar.foreground": "#e7e7e7", | ||
"activityBar.inactiveForeground": "#e7e7e799", | ||
"activityBarBadge.background": "#fec1ef", | ||
"activityBarBadge.foreground": "#15202b", | ||
"statusBar.background": "#037396", | ||
"statusBar.foreground": "#e7e7e7", | ||
"statusBarItem.hoverBackground": "#0499c8", | ||
"titleBar.activeBackground": "#037396", | ||
"titleBar.activeForeground": "#e7e7e7", | ||
"titleBar.inactiveBackground": "#03739699", | ||
"titleBar.inactiveForeground": "#e7e7e799", | ||
"sash.hoverBorder": "#0499c8", | ||
"statusBarItem.remoteBackground": "#037396", | ||
"statusBarItem.remoteForeground": "#e7e7e7" | ||
}, | ||
"peacock.color": "#037396" | ||
"workbench.colorCustomizations": { | ||
"activityBar.activeBackground": "#0499c8", | ||
"activityBar.activeBorder": "#fec1ef", | ||
"activityBar.background": "#0499c8", | ||
"activityBar.foreground": "#e7e7e7", | ||
"activityBar.inactiveForeground": "#e7e7e799", | ||
"activityBarBadge.background": "#fec1ef", | ||
"activityBarBadge.foreground": "#15202b", | ||
"statusBar.background": "#037396", | ||
"statusBar.foreground": "#e7e7e7", | ||
"statusBarItem.hoverBackground": "#0499c8", | ||
"titleBar.activeBackground": "#037396", | ||
"titleBar.activeForeground": "#e7e7e7", | ||
"titleBar.inactiveBackground": "#03739699", | ||
"titleBar.inactiveForeground": "#e7e7e799", | ||
"sash.hoverBorder": "#0499c8", | ||
"statusBarItem.remoteBackground": "#037396", | ||
"statusBarItem.remoteForeground": "#e7e7e7", | ||
"commandCenter.border": "#e7e7e799", | ||
"editorGroup.border": "#0499c8", | ||
"panel.border": "#0499c8", | ||
"sideBar.border": "#0499c8", | ||
"statusBar.border": "#037396", | ||
"statusBar.debuggingBackground": "#962603", | ||
"statusBar.debuggingBorder": "#962603", | ||
"statusBar.debuggingForeground": "#e7e7e7", | ||
"tab.activeBorder": "#0499c8", | ||
"titleBar.border": "#037396" | ||
}, | ||
"peacock.color": "#037396" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## [1.0.1](https://github.com/inpyjamas/renovate-config/compare/v1.0.0...v1.0.1) (2022-04-05) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **npm config:** Adds config in package.json ([f4fe41d](https://github.com/inpyjamas/renovate-config/commit/f4fe41da1ebcbf334dfa10277a98aff90f38ae85)) | ||
- **npm config:** Adds config in package.json ([f4fe41d](https://github.com/inpyjamas/renovate-config/commit/f4fe41da1ebcbf334dfa10277a98aff90f38ae85)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,51 @@ | ||
{ | ||
"extends": ["config:base", "group:monorepos", ":ignoreModulesAndTests"], | ||
"schedule": ["every 2 weeks on Monday before 7am"], | ||
"timezone": "Europe/Berlin", | ||
"semanticCommits": "enabled", | ||
"lockFileMaintenance": { "enabled": false }, | ||
"automergeType": "branch", | ||
"packageRules": [ | ||
{ | ||
"groupName": "renovate-meta", | ||
"semanticCommitType": "chore", | ||
"semanticCommitScope": "deps", | ||
"matchUpdateTypes": ["lockFileMaintenance", "pin"] | ||
}, | ||
{ | ||
"groupName": "dependencies-non-major", | ||
"semanticCommitType": "deps", | ||
"automerge": false, | ||
"matchDepTypes": ["dependencies"], | ||
"matchUpdateTypes": ["patch", "minor"] | ||
}, | ||
{ | ||
"groupName": "devDependencies-major", | ||
"semanticCommitType": "chore", | ||
"semanticCommitScope": "deps", | ||
"automerge": false, | ||
"matchDepTypes": ["devDependencies"], | ||
"matchUpdateTypes": ["major"] | ||
}, | ||
{ | ||
"groupName": "devDependencies-non-major", | ||
"automerge": true, | ||
"semanticCommitType": "chore", | ||
"semanticCommitScope": "deps", | ||
"matchDepTypes": ["devDependencies"], | ||
"matchUpdateTypes": ["patch", "minor"] | ||
} | ||
] | ||
"extends": ["config:base", "group:monorepos", ":ignoreModulesAndTests"], | ||
"schedule": ["every 2 weeks on Monday before 7am"], | ||
"timezone": "Europe/Berlin", | ||
"semanticCommits": "enabled", | ||
"lockFileMaintenance": { "enabled": false }, | ||
"automergeType": "branch", | ||
"packageRules": [ | ||
{ | ||
"groupName": "dependencies-non-major", | ||
"semanticCommitType": "deps", | ||
"automerge": false, | ||
"matchDepTypes": ["dependencies"], | ||
"matchUpdateTypes": [ | ||
"minor", | ||
"patch", | ||
"pin", | ||
"pinDigest", | ||
"digest", | ||
"lockFileMaintenance", | ||
"rollback", | ||
"bump" | ||
] | ||
}, | ||
{ | ||
"groupName": "devDependencies-major", | ||
"semanticCommitType": "chore", | ||
"semanticCommitScope": "deps", | ||
"automerge": false, | ||
"matchDepTypes": ["devDependencies"], | ||
"matchUpdateTypes": ["major"] | ||
}, | ||
{ | ||
"groupName": "devDependencies-non-major", | ||
"automerge": true, | ||
"semanticCommitType": "chore", | ||
"semanticCommitScope": "deps", | ||
"matchDepTypes": ["devDependencies"], | ||
"matchUpdateTypes": [ | ||
"minor", | ||
"patch", | ||
"pin", | ||
"pinDigest", | ||
"digest", | ||
"lockFileMaintenance", | ||
"rollback", | ||
"bump" | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.