Skip to content

Commit

Permalink
Merge pull request #10 from zazuko/dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot
  • Loading branch information
ludovicm67 authored Apr 23, 2024
2 parents 79cac43 + 0345f83 commit 67742ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ludovicm67
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for npm (root level)
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for npm (test directory)
- package-ecosystem: "npm"
directory: "/test/app"
schedule:
interval: "weekly"

0 comments on commit 67742ae

Please sign in to comment.