Skip to content

Commit 03b9222

Browse files
committed
chore: Add Dependabot setup for version updates
1 parent 080c7a1 commit 03b9222

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: npm
8+
directory: "/"
9+
schedule:
10+
interval: weekly

.github/workflows/ci.yml

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

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

79
permissions:

0 commit comments

Comments
 (0)