Skip to content

Commit

Permalink
disable renovate again
Browse files Browse the repository at this point in the history
enabling will need a more automated changefile flow
  • Loading branch information
mmkal committed Sep 25, 2020
1 parent c79e74c commit 2ba6605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/post-renovate.yml

This file was deleted.

10 changes: 1 addition & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": true,
"enabled": false,
"extends": [
"config:base",
":semanticCommits"
],
"postUpgradeTasks": {
"commands": [
"node common/scripts/install-run-rush.js update"
],
"fileFilters": [
"common/config/rush/pnpm-lock.yaml"
]
},
"prConcurrentLimit": 3,
"packageRules": [
{
Expand Down

0 comments on commit 2ba6605

Please sign in to comment.