Skip to content

Commit 7d23651

Browse files
authored
Group dependabot updates (#123)
* Group dependabot updates * Fix CodeQL pipeline
1 parent 39bb241 commit 7d23651

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ updates:
88
- dependency-name: "python"
99
assignees:
1010
- "piotr-rarus"
11+
groups:
12+
batch-version-updates:
13+
applies-to: version-updates
14+
update-types:
15+
- "minor"
16+
- "patch"
17+
batch-security-updates:
18+
applies-to: security-updates
19+
update-types:
20+
- "minor"
21+
- "patch"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
virtualenvs-in-project: true
4747
virtualenvs-path: .venv
4848

49-
- name: Set up Python 3.10
49+
- name: Set up Python 3.11
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: '3.10'
52+
python-version: '3.11'
5353
cache: 'poetry'
5454

5555
# Initializes the CodeQL tools for scanning.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-template
22

3-
[![python](https://img.shields.io/badge/Python-3.10-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
3+
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![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)
66
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

0 commit comments

Comments
 (0)