diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a92c66b..e3f2d08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,21 +15,30 @@ updates: patterns: - "*" open-pull-requests-limit: 10 + commit-message: + include: scope + prefix: "fix(gha)" - package-ecosystem: "docker" directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "fix(docker)" - package-ecosystem: "bundler" directory: "/" schedule: interval: "monthly" + commit-message: + prefix: "fix(bundler)" - package-ecosystem: "npm" directory: "/docs" schedule: interval: "monthly" + commit-message: + prefix: "fix(npm+docs)" - package-ecosystem: "pip" directory: "/" @@ -39,3 +48,7 @@ updates: python-requirements: patterns: - "*" + commit-message: + prefix: "fix(pip prod)" + prefix-development: "fix(pip dev)" + include: "scope" diff --git a/.github/workflows/assigned-pulls-todo.yml b/.github/workflows/assigned-pulls-todo.yml index f54f8d8..90cd5ea 100644 --- a/.github/workflows/assigned-pulls-todo.yml +++ b/.github/workflows/assigned-pulls-todo.yml @@ -24,11 +24,11 @@ jobs: uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # v1.3.1 if: github.event.action == 'opened' with: - project: "9" + project: "https://github.com/users/jmuelbert/projects/9" #checkconnect - name: Assign issues and pull requests with `bug` label to project checkconnect # 9 uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # v1.3.1 if: contains(github.event.pull_request.labels.*.name, 'bug') with: - project: "9" + project: "https://github.com/users/jmuelbert/projects/9" #checkconnect column_name: "Labeled" diff --git a/.reuse/dep5 b/.reuse/dep5 index ef694bd..011c658 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -24,7 +24,7 @@ Copyright: Jürgen Mülbert License: BSD-3-Clause #misc config files -Files: .codespellrc .editorconfig *.toml *.yml *.yaml .git-blame-ignore-revs .gitattributes .github/* .gitignore .gitlint .prettierignore .prettierrc .pylintrc .python-version +Files: .codespellrc .editorconfig *.toml *.yml *.yaml .git-blame-ignore-revs .gitattributes .github/* .gitignore .gitlint .prettierignore .prettierrc .pylintrc .standard-python-version Copyright: Jürgen Mülbert License: EUPL-1.2