Skip to content

Commit 1b33c10

Browse files
authored
Merge pull request #151 from nschonni/setup-dependabot
chore: setup Dependabot for NPM and Actions
2 parents 81d741c + 5367bf3 commit 1b33c10

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: '/'
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 99
8+
- package-ecosystem: github-actions
9+
directory: '/'
10+
schedule:
11+
interval: weekly
12+
open-pull-requests-limit: 99

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Node CI
22

33
on:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)