Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edumserrano authored Feb 1, 2024
1 parent c14fad4 commit 481ae51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ updates:
- package-ecosystem: "nuget"
directory: "/GitHubIssueFormsParser"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
labels:
- 'dependabot'
- 'bot:robot:'
Expand All @@ -20,7 +21,8 @@ updates:
# default location of `.github/workflows`
directory: '/'
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
labels:
- 'dependabot'
- 'bot:robot:'
Expand Down

0 comments on commit 481ae51

Please sign in to comment.