Skip to content

Commit

Permalink
Merge pull request #532 from mimmi20/updates
Browse files Browse the repository at this point in the history
update config for dependabot
  • Loading branch information
mimmi20 committed Aug 30, 2023
2 parents 40cbe18 + dc7e735 commit 1c95a63
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 4 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ indent_size = 2
indent_size = 4

[*.md]
indent_size = 2
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ phpstan.neon export-ignore text eol=lf
phpunit.xml export-ignore text eol=lf
psalm.xml export-ignore text eol=lf
rector.php export-ignore text eol=lf
/cache export-ignore
/test export-ignore
/tests export-ignore
/tools export-ignore
Expand Down
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
| Q | A |
|-----------------|------------|
| project version | x.y.z |
| PHP version | x.y.z |


<!--
- Please fill in this template according to your issue.
- Please keep the table shown above at the top of your issue.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Replace this comment by the description of your issue.
-->

#### Steps required to reproduce the problem

1.
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: cleanup caches by a branch
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "Cleanup caches by a branch"

on:
pull_request:
types:
Expand All @@ -7,7 +12,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: "ubuntu-20.04"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "CodeQL"

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "Dependency Review"

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "Sync labels in the declarative way"

on:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Lock closed issue
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "Lock closed issue"

on:
issues:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/reactions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

name: 'Reaction Comments'
# file-version: 1.0

name: "Reaction Comments"

on:
issue_comment:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions

# file-version: 1.0

name: "Release Drafter"

on:
Expand Down
2 changes: 2 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ DISABLE:
#- COPYPASTE
DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
- MARKDOWN_MARKDOWN_LINK_CHECK
- EDITORCONFIG_EDITORCONFIG_CHECKER
- YAML_V8R
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: "(\\.idea|\\.editorconfig|\\.github|\\.phpunit\\.result\\.cache|LICENSE)"
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(composer\\.json)"
Expand Down

0 comments on commit 1c95a63

Please sign in to comment.