Skip to content

Commit

Permalink
Merge pull request #600 from schmittjoseph/dependabot-simplified
Browse files Browse the repository at this point in the history
Fix syntax
  • Loading branch information
schmittjoseph authored Jul 2, 2024
2 parents 010aba6 + 822866a commit 2a6f804
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ updates:
#@ for branch in getBranches():
#@ commit_prefix = "[" + branch + "] "
- package-ecosystem: "nuget"
directory: "/eng/dependabot/independent"
directories:
- /eng/dependabot/independent
- /eng/dependabot/nuget.org
schedule:
interval: "daily"
target-branch: #@ branch
Expand All @@ -41,7 +43,7 @@ updates:
- "Microsoft.IdentityModel.*"
- package-ecosystem: "nuget"
directories:
- "/eng/dependabot/*"
- /eng/dependabot/net*
schedule:
interval: "daily"
target-branch: #@ branch
Expand Down
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ updates:
interval: daily
target-branch: main
- package-ecosystem: nuget
directory: /eng/dependabot/independent
directories:
- /eng/dependabot/independent
- /eng/dependabot/nuget.org
schedule:
interval: daily
target-branch: main
Expand All @@ -28,7 +30,7 @@ updates:
- Microsoft.IdentityModel.*
- package-ecosystem: nuget
directories:
- /eng/dependabot/*
- /eng/dependabot/net*
schedule:
interval: daily
target-branch: main
Expand All @@ -44,7 +46,9 @@ updates:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- package-ecosystem: nuget
directory: /eng/dependabot/independent
directories:
- /eng/dependabot/independent
- /eng/dependabot/nuget.org
schedule:
interval: daily
target-branch: release/8.0
Expand All @@ -66,7 +70,7 @@ updates:
- Microsoft.IdentityModel.*
- package-ecosystem: nuget
directories:
- /eng/dependabot/*
- /eng/dependabot/net*
schedule:
interval: daily
target-branch: release/8.0
Expand All @@ -82,7 +86,9 @@ updates:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- package-ecosystem: nuget
directory: /eng/dependabot/independent
directories:
- /eng/dependabot/independent
- /eng/dependabot/nuget.org
schedule:
interval: daily
target-branch: release/6.x
Expand All @@ -104,7 +110,7 @@ updates:
- Microsoft.IdentityModel.*
- package-ecosystem: nuget
directories:
- /eng/dependabot/*
- /eng/dependabot/net*
schedule:
interval: daily
target-branch: release/6.x
Expand Down

0 comments on commit 2a6f804

Please sign in to comment.