Skip to content

Commit

Permalink
Group dependabot updates (#123)
Browse files Browse the repository at this point in the history
* Group dependabot updates

* Fix CodeQL pipeline
  • Loading branch information
piotr-rarus authored Jun 4, 2024
1 parent 39bb241 commit 7d23651
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ updates:
- dependency-name: "python"
assignees:
- "piotr-rarus"
groups:
batch-version-updates:
applies-to: version-updates
update-types:
- "minor"
- "patch"
batch-security-updates:
applies-to: security-updates
update-types:
- "minor"
- "patch"
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
virtualenvs-in-project: true
virtualenvs-path: .venv

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: 'poetry'

# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-template

[![python](https://img.shields.io/badge/Python-3.10-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![build](https://github.com/piotr-rarus/python-template/actions/workflows/build.yml/badge.svg)](https://github.com/piotr-rarus/python-template/actions/workflows/build.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
Expand Down

0 comments on commit 7d23651

Please sign in to comment.