diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000000..65441ffc052e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + # default location of `.github/workflows` + directory: "/" + open-pull-requests-limit: 10 + schedule: + interval: "weekly" + + - package-ecosystem: "nuget" + # location of package manifests + directory: "/**;!/**/*Test*.csproj" + open-pull-requests-limit: 10 + schedule: + interval: "daily" + +# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation) diff --git a/.github/workflows/dotnet-format-daily.yml b/.github/workflows/dotnet-format-daily.yml index b567df9b2373..1f2f42b49e9f 100644 --- a/.github/workflows/dotnet-format-daily.yml +++ b/.github/workflows/dotnet-format-daily.yml @@ -16,7 +16,7 @@ jobs: - name: Run dotnet format id: format - uses: jfversluis/dotnet-format@v1.0.5 + uses: jfversluis/dotnet-format@v1.0.8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} action: "fix"