Skip to content

Commit

Permalink
File sync from kbrashears5/kbrashears5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2023
1 parent eb1b077 commit 8586226
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
version: 2
updates:
### update dependencies daily
# package.json in root directory
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
reviewers:
- 'kbrashears5'

- package-ecosystem: 'npm'
directory: '/'
# monthly at 5am UTC
schedule:
interval: 'monthly'
# always get latest version
versioning-strategy: increase
# set reviewers
reviewers:
- 'kbrashears5'
groups:
all:
patterns:
- '*'

0 comments on commit 8586226

Please sign in to comment.