From 72edf90ba710788d4244e77c464dbbe38aea0d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:25:58 +0000 Subject: [PATCH 1/2] chore(deps): update super-linter/super-linter action to v5.4.0 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f6ba47ddde587e9561385496ea9607ca50fd3c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Mon, 9 Oct 2023 07:24:41 +0000 Subject: [PATCH 2/2] refactor(deps): Update renovate config --- .github/renovate.json | 2 +- .gitpod.yml | 25 ++----------------------- 2 files changed, 3 insertions(+), 24 deletions(-) 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/.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