diff --git a/.github/renovate.json b/.github/renovate.json index 642d6841..90b57108 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,7 @@ "rebaseWhen": "behind-base-branch", "dependencyDashboard": true, "git-submodules": {"enabled": true}, - "regexManagers": [ + "customManagers": [ { "customType": "regex", "fileMatch": ["^Dockerfile$"], diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ed0cfced..c1b49a8e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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 diff --git a/.gitpod.yml b/.gitpod.yml index 209c82da..86bef079 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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 \ No newline at end of file + \ No newline at end of file