From 2c8bc7d4a20a9973f1893e132b7c769e5f73079f Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:25:09 -0400 Subject: [PATCH] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 5545339950..d62f551ff9 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,20 +1,2 @@ -Romeo Rosete - name: Cache - uses: actions/cache@v4.2.3 - with: - # A list of files, directories, and wildcard patterns to cache and restore - path: - # An explicit key for restoring and saving the cache - key: - # An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. - restore-keys: # optional - # The chunk size used to split up large files during upload, in bytes - upload-chunk-size: # optional - # An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms - enableCrossOsArchive: # optional, default is false - # Fail the workflow if cache entry is not found - fail-on-cache-miss: # optional, default is false - # Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache - lookup-only: # optional, default is false - # Run the post step to save the cache even if another step before fails - save-always: # optional, default is false - + +.github/workflows/Dependabot.yml