diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 853bc0a13..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,22 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - # Enable version updates for npm - - package-ecosystem: 'npm' - # Look for `package.json` and `lock` files in the `root` directory - directory: '/' - # Check the npm registry for updates every day (weekdays) - schedule: - interval: 'weekly' - - # Enable version updates for GitHub Actions - - package-ecosystem: 'github-actions' - # Workflow files stored in the default location of `.github/workflows` - # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`. - directory: '/' - schedule: - interval: 'weekly' diff --git a/.github/workflows/bump-tag.yml b/.github/workflows/bump-tag.yml index 8609e191f..df0528330 100644 --- a/.github/workflows/bump-tag.yml +++ b/.github/workflows/bump-tag.yml @@ -1,10 +1,7 @@ name: Bump Tags on Main on: - push: - branches: - - main - + workflow_dispatch: jobs: bump-tags: runs-on: blacksmith diff --git a/README.md b/README.md index a91964a73..67667a437 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## ⚠️ Archive Notice + +Blacksmith now supports transparent caching as explained in https://www.blacksmith.sh/blog/cache. To this effect it is recommended to switch to the upstream maintained versions of this action as you will continue to leverage our much faster caching without any code changes. This action will no longer receive dependency or security updates. + +--- + # setup-python [![Basic validation](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml)