diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8da3888..676b588 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,5 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "weekly" + cooldown: + default-days: 7 diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index df9c753..71cf313 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -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: @@ -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: diff --git a/.meta.toml b/.meta.toml index daa9e65..c331517 100644 --- a/.meta.toml +++ b/.meta.toml @@ -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" @@ -24,3 +24,11 @@ test_matrix = {"6.2" = ["*"]} extra_lines = """ coverage.xml """ + +[github] +jobs = [ + "qa", + "coverage", + "dependencies", + "release_ready", +] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4147f59..cbc3729 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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: @@ -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 diff --git a/dependabot.yml b/dependabot.yml deleted file mode 100644 index bbd3ab0..0000000 --- a/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Generated from: -# https://github.com/plone/meta/tree/main/config/default -# See the inline comments on how to expand/tweak this configuration file -version: 2 -updates: - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" diff --git a/news/+meta.internal b/news/+meta.internal new file mode 100644 index 0000000..1336cd3 --- /dev/null +++ b/news/+meta.internal @@ -0,0 +1 @@ +Update configuration files @plone