Skip to content

Commit

Permalink
Merge pull request #151 from nschonni/setup-dependabot
Browse files Browse the repository at this point in the history
chore: setup Dependabot for NPM and Actions
  • Loading branch information
srt32 committed Dec 8, 2021
2 parents 81d741c + 5367bf3 commit 1b33c10
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 1b33c10

Please sign in to comment.