Skip to content

Commit

Permalink
ci: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed May 11, 2024
1 parent 338daa4 commit 113f2d4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
# Every sunday
schedule:
interval: "weekly"
day: "sunday"

- package-ecosystem: npm
directory: "/"
# Daily 12:30pm UTC
schedule:
interval: "daily"
time: "12:30"
allow:
- dependency-name: "husky"
- dependency-name: "jest"
- dependency-name: "ts-*"
- dependency-name: "tsup"
- dependency-name: "typescript"
- dependency-name: "@stylistic/*"
- dependency-name: "eslint"
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-package-template",
"version": "1.3.0",
"version": "1.3.1",
"description": "A template for NPM package in Typescript",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 113f2d4

Please sign in to comment.