ci: add dependabot (#3272)

* ci: add dependabot

* fix: bin/**

* ci: add update github-actions

* Update dependabot.yml

---------

Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
Jonathan Ho
2023-12-10 05:13:01 -08:00
committed by GitHub
parent c1fed5a163
commit 2163399d8d
2 changed files with 18 additions and 4 deletions

17
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
# Basic `dependabot.yml` file with
# minimum configuration for two package managers
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: 'daily'

View File

@@ -5,7 +5,4 @@
!package.json
!README.md
!dist/**
!bin/dist/**
# but not tsc cache
dist/tsconfig.tsbuildinfo
!bin/**