Skip to content

Commit

Permalink
chore: Change dependabot schedule to daily (dotnet#8982)
Browse files Browse the repository at this point in the history
Change dependabot schedule from weekly to daily
  • Loading branch information
filzrev authored and p-kostov committed Jun 28, 2024
1 parent 68a7ceb commit fd1929a
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 @@ -4,18 +4,18 @@ updates:
target-branch: main
directory: "/"
schedule:
interval: weekly
interval: daily
- package-ecosystem: npm
target-branch: main
directory: "/templates"
schedule:
interval: weekly
interval: daily
ignore:
# Ignore default template dependency update due to missing tests
- dependency-name: '@default/*'
- dependency-name: 'jquery'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: daily
target-branch: main

0 comments on commit fd1929a

Please sign in to comment.