diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89d9d95..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ version: 2 updates: - package-ecosystem: "github-actions" - directories: - - "/" - - ".github/actions/*" + directory: "/" schedule: interval: "weekly" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index f2ecbde..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish - -on: - release: - types: - - published - -jobs: - publish: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - persist-credentials: false - - uses: actions/publish-action@23f4c6f12633a2da8f44938b71fde9afec138fb4 # v0.4.0 - with: - source-tag: ${{ github.ref_name }}