Ignore patch updates for actions/cache

This commit is contained in:
isaak654 2022-08-23 13:30:52 +02:00
parent dae9afcd56
commit 2db3858762
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
2 changed files with 5 additions and 1 deletions

View File

@ -8,3 +8,7 @@ updates:
# Check for updates to GitHub Actions # Check for updates to GitHub Actions
interval: "weekly" interval: "weekly"
day: "tuesday" day: "tuesday"
ignore:
# Ignore patch updates for actions/cache
- dependency-name: "actions/cache"
update-types: ["version-update:semver-patch"]

View File

@ -43,7 +43,7 @@ jobs:
- name: Cache Qt - name: Cache Qt
id: cache-qt id: cache-qt
uses: actions/cache@v3.0.8 uses: actions/cache@v3
with: with:
path: ${{ runner.workspace }}\Qt path: ${{ runner.workspace }}\Qt
key: Qt-5.15.2-QtCache key: Qt-5.15.2-QtCache