Skip to content

Commit

Permalink
fix: improve dependabot.yml and improve wf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed May 5, 2024
1 parent 7e2f1e8 commit 02b1426
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,30 @@ updates:
patterns:
- "*"
open-pull-requests-limit: 10
commit-message:
include: scope
prefix: "fix(gha)"

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

gha is not a recognized word. (unrecognized-spelling)

- 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: "/"
Expand All @@ -39,3 +48,7 @@ updates:
python-requirements:
patterns:
- "*"
commit-message:
prefix: "fix(pip prod)"
prefix-development: "fix(pip dev)"
include: "scope"
4 changes: 2 additions & 2 deletions .github/workflows/assigned-pulls-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning

Code scanning / check-spelling

Candidate Pattern Warning

Line matches candidate pattern "(?:\\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=_|!:,.;]+[-A-Za-z0-9+&@#/%=_|]" (candidate-pattern)

Check warning

Code scanning / check-spelling

Candidate Pattern Warning

Line matches candidate pattern "(?:\["?[0-9a-f]+"?](https:/|)/(?:www\.|)github\.com(?:/[^/\\\s\\"]+){2,}(?:/[^/\\\s\\"\)]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\\b|)" (candidate-pattern)

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

checkconnect is not a recognized word. (unrecognized-spelling)

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

jmuelbert is not a recognized word. (unrecognized-spelling)

- 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

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

jmuelbert is not a recognized word. (unrecognized-spelling)
column_name: "Labeled"
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Copyright: Jürgen Mülbert <[email protected]>
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

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

codespellrc is not a recognized word. (unrecognized-spelling)

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

gitlint is not a recognized word. (unrecognized-spelling)

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

pylintrc is not a recognized word. (unrecognized-spelling)
Copyright: Jürgen Mülbert <[email protected]>
License: EUPL-1.2

Expand Down

0 comments on commit 02b1426

Please sign in to comment.