diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..509665b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + # Maintain dependencies for Composer + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d56546..6171b5c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Build and Deploy +name: GitHub Pages on: push: @@ -15,7 +15,8 @@ concurrency: cancel-in-progress: true jobs: - build-and-deploy: + + Pages: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}