Skip to content

Commit

Permalink
chore(dependabot): downgrade yaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilPepper committed Jan 29, 2021
1 parent cce6129 commit e164bc9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
version: 2
# Rename as config and move to .github/ when everything is good
updates:
- package-ecosystem: nuget
version: 1
update_configs:
- package_manager: "dotnet:nuget"
directory: "/"
schedule:
interval: daily
time: "17:00"
timezone: America/New_York
open-pull-requests-limit: 10
labels:
update_schedule: "live"
commit_message:
prefix: "chore"
include_scope: true
default_labels:
- dependencies
12 changes: 12 additions & 0 deletions .github/dependabot
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
# Rename as config and move to .github/ when everything is good
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
time: "17:00"
timezone: America/New_York
open-pull-requests-limit: 10
labels:
- dependencies

0 comments on commit e164bc9

Please sign in to comment.