Skip to content

Commit

Permalink
ci: Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 authored Dec 11, 2023
1 parent 74e75b8 commit f109471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ updates:
prefix: chore
include: "scope"
schedule:
interval: "weekly"
interval: "daily"
# Files stored in repository testsite
- package-ecosystem: "npm"
directory: "/testsite"
commit-message:
prefix: chore
include: "scope"
schedule:
interval: "weekly"
interval: "daily"
# Workflow files stored in the default location of `.github/workflows`
- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: ci
include: "scope"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit f109471

Please sign in to comment.