Skip to content

Commit

Permalink
Added dependabot for Actions and NPM.
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Metcalf <[email protected]>
  • Loading branch information
metcalfc committed Sep 3, 2021
1 parent f3e50d1 commit 0616109
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.20.0
# Maintain dependencies for npm
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
time: '13:00'
open-pull-requests-limit: 10
ignore:
- dependency-name: eslint
versions:
- 7.20.0

# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'

0 comments on commit 0616109

Please sign in to comment.