Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ updates:
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
cooldown:
default-days: 7
3 changes: 1 addition & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://github.com/plone/meta/tree/2.x/src/plone/meta/default
# See the inline comments on how to expand/tweak this configuration file
name: Meta
permissions: {}

on:
push:
Expand All @@ -26,8 +27,6 @@ jobs:
uses: plone/meta/.github/workflows/dependencies.yml@2.x
release_ready:
uses: plone/meta/.github/workflows/release_ready.yml@2.x
circular:
uses: plone/meta/.github/workflows/circular.yml@2.x

##
# To modify the list of default jobs being created add in .meta.toml:
Expand Down
10 changes: 9 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "2.8.1.dev0"
commit-id = "2.11.1"

[pyproject]
codespell_skip = "*.min.js"
Expand All @@ -24,3 +24,11 @@ test_matrix = {"6.2" = ["*"]}
extra_lines = """
coverage.xml
"""

[github]
jobs = [
"qa",
"coverage",
"dependencies",
"release_ready",
]
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/pycqa/isort
rev: 9.0.0a3
rev: 9.0.0b1
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
- repo: https://github.com/collective/zpretty
rev: 4.0.0
rev: 4.0.3
hooks:
- id: zpretty

Expand All @@ -44,7 +44,7 @@ repos:
# """
##
- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
additional_dependencies:
Expand All @@ -62,7 +62,7 @@ repos:
hooks:
- id: check-manifest
- repo: https://github.com/regebro/pyroma
rev: "5.0.1"
rev: "5.1b1"
hooks:
- id: pyroma
- repo: https://github.com/mgedmin/check-python-versions
Expand Down
11 changes: 0 additions & 11 deletions dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions news/+meta.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update configuration files @plone