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