Skip to content

Commit

Permalink
chore: setup Dependabot for NPM and Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Dec 8, 2021
1 parent 4fa8897 commit 5367bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 99
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 99
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -2,6 +2,8 @@ name: Node CI

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:

jobs:
Expand Down

0 comments on commit 5367bf3

Please sign in to comment.