Skip to content

Commit

Permalink
Introduce configuration for GitHub Actions versioning through dependa…
Browse files Browse the repository at this point in the history
…bot. (#78)
  • Loading branch information
piotrzajac authored Nov 2, 2023
1 parent 3aea362 commit 05582cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ updates:
- "xunit.analyzers"
ignore:
- dependency-name: "Moq"
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
timezone: "CET"

0 comments on commit 05582cd

Please sign in to comment.