Skip to content

Commit bc194de

Browse files
chore: add dependabot.yml (#158)
* feat: add `dependabot.yml` * Update package.json
1 parent 3c5e288 commit bc194de

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"simmerjs": "^0.5.6"
3131
},
3232
"devDependencies": {
33-
"chromedriver": "^86.0.0",
33+
"chromedriver": "^89.0.0",
3434
"eslint": "^6.5.1",
3535
"kcd-scripts": "^5.0.0",
3636
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)