Skip to content

Commit b1f8cff

Browse files
committed
chore: update dependabot schedule to monthly and bump deps
1 parent 68c819e commit b1f8cff

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
- package-ecosystem: "pip"
88
directory: "/"
99
schedule:
10-
interval: "weekly"
10+
interval: "monthly"
1111
commit-message:
1212
prefix: "chore"
1313
include: "scope"
@@ -26,7 +26,7 @@ updates:
2626
- package-ecosystem: "github-actions"
2727
directory: "/"
2828
schedule:
29-
interval: "weekly"
29+
interval: "monthly"
3030
commit-message:
3131
prefix: "ci"
3232
include: "scope"
@@ -44,7 +44,7 @@ updates:
4444
- package-ecosystem: "docker"
4545
directory: "/"
4646
schedule:
47-
interval: "weekly"
47+
interval: "monthly"
4848
commit-message:
4949
prefix: "build"
5050
include: "scope"

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/gitleaks/gitleaks
6-
rev: v8.28.0
6+
rev: v8.30.0
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -12,11 +12,12 @@ repos:
1212
- id: detect-private-key
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
15+
exclude: ^assets/.*\.svg$
1516
- id: check-yaml
1617
- id: check-toml
1718
- id: check-merge-conflict
1819
- repo: https://github.com/pylint-dev/pylint
19-
rev: v3.3.9
20+
rev: v4.0.4
2021
hooks:
2122
- id: pylint
2223
files: \.py$
@@ -28,7 +29,7 @@ repos:
2829
- "--max-args=7"
2930
- "--disable=too-many-positional-arguments"
3031
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.34.0
32+
rev: 0.35.0
3233
hooks:
3334
- id: check-github-workflows
3435
- id: check-dependabot
@@ -37,7 +38,7 @@ ci:
3738
autofix_commit_msg: "chore(ci): [pre-commit.ci] autofix"
3839
autofix_prs: true
3940
autoupdate_branch: master
40-
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
41+
autoupdate_commit_msg: "chore(ci): [pre-commit.ci] autoupdate"
4142
autoupdate_schedule: monthly
4243
autoupdate_timezone: Asia/Kolkata
4344
submodules: false

assets/wakatime-leaderboard.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/wakatime-stats.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
bandit==1.8.6
2-
pipdeptree==2.28.0
1+
bandit==1.9.2
2+
pipdeptree==2.30.0
3+
pre_commit==4.5.1
34
PyGithub==2.8.1
4-
pylint==3.3.9
5+
pylint==4.0.4
56
pytest-cov==7.0.0
6-
python-dotenv==1.1.1
7-
python-semantic-release==10.4.1
7+
python-dotenv==1.2.1
8+
python-semantic-release==10.5.3
89
twine==6.2.0

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=Wakatime-Leaderboards
22
sonar.organization=nicconike
33
sonar.projectName=Wakatime-Leaderboards
4-
sonar.projectVersion=1.2.3
4+
sonar.projectVersion=1.2.4
55
sonar.sources=api
66
sonar.tests=tests
77
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)