Skip to content

Commit

Permalink
Add Depedabot and tweak ModifierAst
Browse files Browse the repository at this point in the history
  • Loading branch information
Struan Judd committed Dec 30, 2023
1 parent edbf6fa commit 50f4688
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions GqlPlus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.prettierrc.yml = .prettierrc.yml
coverage.ps1 = coverage.ps1
coverage.runsettings = coverage.runsettings
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-test.yml = .github\workflows\dotnet-test.yml
EndProjectSection
Expand Down
2 changes: 1 addition & 1 deletion src/GqlPlus.Verifier/Ast/ModifierAst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ internal enum ModifierKind

public interface IAstModified
{
ModifierAst[] Modifiers { get; set; }
ModifierAst[] Modifiers { get; }
}

0 comments on commit 50f4688

Please sign in to comment.