Skip to content

Commit

Permalink
build(renovate): renovate automerge help-me-mom#9771
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Aug 19, 2024
1 parent db66650 commit 5bf52be
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 1 deletion.
97 changes: 96 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,98 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.
* @satanTime
* @satanTime

/libs/ng-mocks/package.json @renovate[bot] @satanTime

/.circleci @renovate[bot] @satanTime
/.github @renovate[bot] @satanTime
/renovate.json @renovate[bot] @satanTime

/.nvmrc @renovate[bot] @satanTime
/compose.yml @renovate[bot] @satanTime
/package.json @renovate[bot] @satanTime
/package-lock.json @renovate[bot] @satanTime

/tests-e2e/.nvmrc @renovate[bot] @satanTime
/tests-e2e/package.json @renovate[bot] @satanTime
/tests-e2e/package-lock.json @renovate[bot] @satanTime

/docs/.nvmrc @renovate[bot] @satanTime
/docs/package.json @renovate[bot] @satanTime
/docs/package-lock.json @renovate[bot] @satanTime

/e2e/a5es5/.nvmrc @renovate[bot] @satanTime
/e2e/a5es5/package.json @renovate[bot] @satanTime
/e2e/a5es5/package-lock.json @renovate[bot] @satanTime

/e2e/a5es2015/.nvmrc @renovate[bot] @satanTime
/e2e/a5es2015/package.json @renovate[bot] @satanTime
/e2e/a5es2015/package-lock.json @renovate[bot] @satanTime

/e2e/a6/.nvmrc @renovate[bot] @satanTime
/e2e/a6/package.json @renovate[bot] @satanTime
/e2e/a6/package-lock.json @renovate[bot] @satanTime

/e2e/a7/.nvmrc @renovate[bot] @satanTime
/e2e/a7/package.json @renovate[bot] @satanTime
/e2e/a7/package-lock.json @renovate[bot] @satanTime

/e2e/a8/.nvmrc @renovate[bot] @satanTime
/e2e/a8/package.json @renovate[bot] @satanTime
/e2e/a8/package-lock.json @renovate[bot] @satanTime

/e2e/a9/.nvmrc @renovate[bot] @satanTime
/e2e/a9/package.json @renovate[bot] @satanTime
/e2e/a9/package-lock.json @renovate[bot] @satanTime

/e2e/a10/.nvmrc @renovate[bot] @satanTime
/e2e/a10/package.json @renovate[bot] @satanTime
/e2e/a10/package-lock.json @renovate[bot] @satanTime

/e2e/a11/.nvmrc @renovate[bot] @satanTime
/e2e/a11/package.json @renovate[bot] @satanTime
/e2e/a11/package-lock.json @renovate[bot] @satanTime

/e2e/a12/.nvmrc @renovate[bot] @satanTime
/e2e/a12/package.json @renovate[bot] @satanTime
/e2e/a12/package-lock.json @renovate[bot] @satanTime

/e2e/a13/.nvmrc @renovate[bot] @satanTime
/e2e/a13/package.json @renovate[bot] @satanTime
/e2e/a13/package-lock.json @renovate[bot] @satanTime

/e2e/a14/.nvmrc @renovate[bot] @satanTime
/e2e/a14/package.json @renovate[bot] @satanTime
/e2e/a14/package-lock.json @renovate[bot] @satanTime

/e2e/a15/.nvmrc @renovate[bot] @satanTime
/e2e/a15/package.json @renovate[bot] @satanTime
/e2e/a15/package-lock.json @renovate[bot] @satanTime

/e2e/a16/.nvmrc @renovate[bot] @satanTime
/e2e/a16/package.json @renovate[bot] @satanTime
/e2e/a16/package-lock.json @renovate[bot] @satanTime

/e2e/a17/.nvmrc @renovate[bot] @satanTime
/e2e/a17/package.json @renovate[bot] @satanTime
/e2e/a17/package-lock.json @renovate[bot] @satanTime

/e2e/a18/.nvmrc @renovate[bot] @satanTime
/e2e/a18/package.json @renovate[bot] @satanTime
/e2e/a18/package-lock.json @renovate[bot] @satanTime

/e2e/jasmine/.nvmrc @renovate[bot] @satanTime
/e2e/jasmine/package.json @renovate[bot] @satanTime
/e2e/jasmine/package-lock.json @renovate[bot] @satanTime

/e2e/jest/.nvmrc @renovate[bot] @satanTime
/e2e/jest/package.json @renovate[bot] @satanTime
/e2e/jest/package-lock.json @renovate[bot] @satanTime

/e2e/min/.nvmrc @renovate[bot] @satanTime
/e2e/min/package.json @renovate[bot] @satanTime
/e2e/min/package-lock.json @renovate[bot] @satanTime

/e2e/nx/.nvmrc @renovate[bot] @satanTime
/e2e/nx/package.json @renovate[bot] @satanTime
/e2e/nx/package-lock.json @renovate[bot] @satanTime
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ The next step is:
- update `ng-mocks/package.json`, search for `a16` and extended scripts to support `a17`
- update `ng-mocks/compose.yml`, search for `a16` and copy blocks to support `a17` with the right node version
- update `ng-mocks/compose.sh`, search for `a16` and copy blocks to support `a17` with the right command to install `puppeteer`
- update `ng-mocks/CODEOWNERS`, search for `a16` and copy blocks to support `a17` with the right code owners
- update `ng-mocks/.dockerignore`, search for `a16` and copy blocks to support `a17`
- update `ng-mocks/.github/dependabot.yml`, search for `a16` and copy blocks to support `a17`
- update `ng-mocks/.circleci/config.yml`, search for `a16` and copy blocks to support `a17`
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prHourlyLimit": 0,
"rangeStrategy": "pin",
"rebaseWhen": "conflicted",
"autoApprove": true,
"separateMajorMinor": true,
"separateMinorPatch": true,
"separateMultipleMajor": true,
Expand Down

0 comments on commit 5bf52be

Please sign in to comment.