Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Aug 29, 2023
1 parent 54016d5 commit fa18017
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
target-branch: develop
interval: weekly
reviewers:
- jas88
- SMI/reviewers
- package-ecosystem: nuget
directory: "/" # Location of package manifests
directory: "/"
schedule:
interval: "daily"
target-branch: develop
interval: weekly
reviewers:
- jas88
- SMI/reviewers

0 comments on commit fa18017

Please sign in to comment.