Skip to content

Commit

Permalink
refactor(deps): Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Oct 9, 2023
1 parent 72edf90 commit f6ba47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 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
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 f6ba47d

Please sign in to comment.