From 3adc65f140e2bc8bcc60b81547f5884c9cce02d4 Mon Sep 17 00:00:00 2001 From: Szymon Basan Date: Sat, 6 Jul 2024 12:35:21 +0200 Subject: [PATCH] fix typos --- .github/dependabot.yaml | 5 ++++- .github/workflows/linting.yml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b27f4bde..70367f67 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,4 +13,7 @@ updates: interval: "monthly" groups: python-dev: - applies-to: version-updates \ No newline at end of file + applies-to: version-updates + update-types: + - "minor" + - "patch" diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 8cd016ec..75cb041d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -1,9 +1,10 @@ name: Static code analyzer -permissions: read-all on: pull_request: +permissions: read-all + jobs: analyze_code: runs-on: ubuntu-latest