Skip to content

Commit

Permalink
chore: replace renovate with dependabot (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Nov 12, 2023
1 parent ffb80f7 commit 9179a34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 42 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16',]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- name: install deps
run: npm install
- name: lint
Expand Down
13 changes: 13 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "LouisBarranqueiro"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
36 changes: 0 additions & 36 deletions renovate.json

This file was deleted.

0 comments on commit 9179a34

Please sign in to comment.