Skip to content

Commit

Permalink
Update dependabot settings (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin authored Aug 21, 2024
1 parent 1c2faf6 commit 4568df9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@

version: 2
updates:
- package-ecosystem: "nuget"
- package-ecosystem: nuget
directory: "/"
schedule:
interval: weekly
rebase-strategy: auto
ignore:
- dependency-name: "Microsoft.CodeAnalysis.Common"
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
- dependency-name: "Microsoft.CodeAnalysis.CSharp.Workspaces"
- dependency-name: "Microsoft.CodeAnalysis.Workspaces.Common"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Restore dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Restore dependencies
Expand Down

0 comments on commit 4568df9

Please sign in to comment.