Skip to content

Commit

Permalink
chore(deps): update super-linter/super-linter action to v5.4.0 (#1160)
Browse files Browse the repository at this point in the history
* chore(deps): update super-linter/super-linter action to v5.4.0

* refactor(deps): Update renovate config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Götz Görisch <[email protected]>
  • Loading branch information
renovate[bot] and GoetzGoerisch authored Oct 9, 2023
1 parent b9e0325 commit 08f4681
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rebaseWhen": "behind-base-branch",
"dependencyDashboard": true,
"git-submodules": {"enabled": true},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^Dockerfile$"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5.3.1
uses: super-linter/super-linter@v5.4.0
env:
VALIDATE_CPP: false # Use clang-formt instead
VALIDATE_ALL_CODEBASE: false
Expand Down
25 changes: 2 additions & 23 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,7 @@ image: gitpod/workspace-full:latest

tasks:
- init: |
npm install --location=global opcua-commander && \
npm install --location=global opcua-commander renovate && \
sudo apt update && sudo apt -yy install yamllint && pip install cmakelang
command: bash ./initialbuild.sh
github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests
# (defaults to false)
addComment: true
# add a "Review in Gitpod" button to the pull request's description
# (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests
# (defaults to false)
addLabel: false

0 comments on commit 08f4681

Please sign in to comment.