diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..3a210745b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Update schedule for GitHub Actions +# from https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 2 + labels: + - "github-actions" + schedule: + # Check for updates to GitHub Actions every month + interval: "monthly" + diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index b784f1267..e6e1168bf 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -174,7 +174,7 @@ jobs: run: sbt updateVersions - name: Upload updated files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: updated-files path: |