Skip to content

Commit

Permalink
Merge branch 'main' into PC-13723-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
natalialanga authored Sep 23, 2024
2 parents 8000928 + b62ad56 commit b44eb86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
]
}
],
"ignoreDeps": ["github.com/nobl9/nobl9-go"],
"ignorePaths": [
"**/vendor/**",
"**/node_modules/**",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BUILD_FLAGS="-X github.com/nobl9/terraform-provider-nobl9/nobl9.Version=$(VERSIO
OS_ARCH?=linux_amd64

# renovate datasource=github-releases depName=securego/gosec
GOSEC_VERSION := v2.21.2
GOSEC_VERSION := v2.21.3
# renovate datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v1.61.0
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"devDependencies": {
"cspell": "8.14.2",
"cspell": "8.14.4",
"markdownlint-cli": "0.41.0",
"yaml": "2.5.1"
},
Expand Down

0 comments on commit b44eb86

Please sign in to comment.