mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
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:
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal 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'
|
||||
@@ -5,7 +5,4 @@
|
||||
!package.json
|
||||
!README.md
|
||||
!dist/**
|
||||
!bin/dist/**
|
||||
|
||||
# but not tsc cache
|
||||
dist/tsconfig.tsbuildinfo
|
||||
!bin/**
|
||||
|
||||
Reference in New Issue
Block a user