Skip to content

Commit

Permalink
Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Aug 27, 2023
1 parent 0f2a1cb commit 83895f9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "bundler"
directory: "/docs"
schedule:
interval: "daily"

- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "System.Configuration.ConfigurationManager"
- dependency-name: "System.Threading.Tasks.Extensions"

0 comments on commit 83895f9

Please sign in to comment.