Skip to content

Commit

Permalink
Merge pull request #828 from mobu-of-the-world/replace-dependabot-wit…
Browse files Browse the repository at this point in the history
…h-renovatebot

Replace dependabot with renovatebot
  • Loading branch information
kachick authored Feb 10, 2023
2 parents d516131 + fdd3da0 commit 9362860
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Deploy to Firebase Hosting on merge
branches:
- main
paths-ignore:
- '.github/dependabot.yml'
- '.github/workflows/dependency-review.yml'
- '.github/workflows/main.yml'
- '.editorconfig'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: Deploy to Firebase Hosting on PR
'on':
pull_request:
paths-ignore:
- '.github/dependabot.yml'
- '.github/workflows/dependency-review.yml'
- '.github/workflows/main.yml'
- '.editorconfig'
Expand All @@ -16,7 +15,7 @@ name: Deploy to Firebase Hosting on PR
- '.eslintrc.yml'
jobs:
build_and_preview:
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'dependabot[bot]') && (github.actor != 'renovate[bot]') }}
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'renovate[bot]') }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"extends": [
"config:js-app",
"github>kachick/renovate-config-dprint"
],
"labels": ["dependencies", "renovate", "automerge"],
"labels": ["dependencies", "renovate"],
"automerge": true,
"enabledManagers": ["nodenv", "regex"],
"platformAutomerge": true,
"packageRules": [
{
"matchPackageNames": ["nodejs/node"],
Expand All @@ -16,5 +17,6 @@
"extends": ["schedule:monthly"],
"matchPackagePrefixes": ["dprint"]
}
]
],
"reviewers": ["team:maintainers"]
}

0 comments on commit 9362860

Please sign in to comment.