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
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# GitHub Dependabot Configuration
#
# Dependabot can maintain your repository's dependencies automatically.
# Dependabot can maintain your repositorys dependencies automatically.
#
# Documentation:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
# - https://github.com/dependabot/dependabot-core/#readme

Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: github-actions
directory: /
groups:
production-dependencies:
github-actions-production:
dependency-type: production
schedule:
interval: monthly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Set Up Node.js
id: set_up_nodejs
uses: actions/setup-node@v4.3.0
uses: actions/setup-node@v4.4.0
with:
node-version: "lts/*"

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
required: false
default: true
description: When `true`, validate all files; when `false`, only new or edited files.
filter_regex_exclude:
type: string
required: false
description: Regular expression defining which files will be excluded from linting.

validate_editorconfig:
type: boolean
Expand Down Expand Up @@ -172,4 +176,5 @@ jobs:
DEFAULT_BRANCH: ${{ inputs.default_git_branch }}
LINTER_RULES_PATH: /
VALIDATE_ALL_CODEBASE: ${{ inputs.validate_all_codebase }}
FILTER_REGEX_EXCLUDE: ${{ inputs.filter_regex_exclude }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}