From 5575e6875f3a5b81737d281541e5bf03813ba967 Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Wed, 7 Aug 2024 11:16:22 +0200 Subject: [PATCH] update dependabot --- .github/dependabot.yml | 19 -------------- .github/workflows/schedule-update-actions.yml | 25 ------------------- 2 files changed, 44 deletions(-) delete mode 100644 .github/workflows/schedule-update-actions.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64b51e9..dbe30ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,25 +12,6 @@ updates: - dependency-type: direct commit-message: prefix: "fix: " - - package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 10 - reviewers: - - patrick.zippenfenig - allow: - - dependency-type: direct - commit-message: - prefix: "fix: " - groups: - semantic: - patterns: - - "@semantic-release/*" - - "semantic-release" - - "semantic-release-pypi" - - "conventional-changelog-conventionalcommits" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/schedule-update-actions.yml b/.github/workflows/schedule-update-actions.yml deleted file mode 100644 index 15f1d5e..0000000 --- a/.github/workflows/schedule-update-actions.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: GitHub Actions Version Updater - -# Controls when the action will run. -on: - workflow_dispatch: - schedule: - # Automatically run on every Sunday - - cron: '0 0 * * 0' - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.PAT }} - - - name: Run GitHub Actions Version Updater - uses: saadmk11/github-actions-version-updater@v0.8.1 - with: - # [Required] Access token with `workflow` scope. - token: ${{ secrets.PAT }} - pull_request_title: "ci: Update GitHub Actions to Latest Version"