Skip to content

Commit

Permalink
ci: replace dependabot with renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Dec 15, 2023
1 parent 9aa9cee commit 7976109
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"github>open-turo/renovate-config#v1",
"github>open-turo/renovate-config:npm-lib#v1"
]
}
23 changes: 23 additions & 0 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Update dependencies
concurrency: update-dependencies

on:
schedule:
# Every day at midnight
- cron: "0 0 * * *"
workflow_dispatch:
issue_comment:
types:
- edited
pull_request:
types:
- edited

jobs:
update-dependencies:
runs-on: ubuntu-latest
name: Update dependencies
steps:
- uses: open-turo/action-renovate@v1
with:
github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}

0 comments on commit 7976109

Please sign in to comment.