Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Mar 17, 2023
1 parent a394fe9 commit c581007
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 2,
"updates": [
{
"package-ecosystem": "nuget",
"directory": "/",
"schedule": {
"interval": "daily",
"time": "07:00",
"timezone": "America/Chicago"
}
},
{
"package-ecosystem": "github-actions",
"directory": "/",
"schedule": {
"interval": "daily",
"time": "07:00",
"timezone": "America/Chicago"
}
}
]
}
3 changes: 3 additions & 0 deletions EngageSoftware.Dnn.Logging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C707A770-1C97-4493-B282-863E4DF4F2CF}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5225CE19-861B-49CF-9C99-724C397BE181}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit c581007

Please sign in to comment.