Skip to content

Commit

Permalink
🔒️ Depandabot enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sercanuste authored Aug 10, 2021
1 parent e00c0a7 commit 5cbf727
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "⬆️ "

- package-ecosystem: "nuget"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "⬆️ "

0 comments on commit 5cbf727

Please sign in to comment.