Skip to content

Commit

Permalink
add Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jul 9, 2024
1 parent 8410fe0 commit f105dde
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
target-branch: "master"
open-pull-requests-limit: 20
ignore:
- dependency-name: "Microsoft.Maui.*"
versions: ["*"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20

0 comments on commit f105dde

Please sign in to comment.