Skip to content

Commit

Permalink
chore: add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Dec 24, 2021
1 parent 170f859 commit 6712b99
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
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:
# Maintain dependencies for Github Actions
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: daily
commit-message:
prefix: github-actions
labels:
- dependencies
assignees:
- benyap

# Maintain dependencies for npm
- package-ecosystem: npm
directory: /
schedule:
interval: daily
commit-message:
prefix: npm
labels:
- dependencies
assignees:
- benyap
Empty file modified .gitignore
100755 → 100644
Empty file.

0 comments on commit 6712b99

Please sign in to comment.