Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/workflows/update-ns-api-server.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/update-ns-ui.yml

This file was deleted.

1 change: 1 addition & 0 deletions packages/ns-api-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-api-server
# renovate: datasource=github-tags depName=NethServer/nethsecurity-api
PKG_VERSION:=1.4.1
PKG_RELEASE:=1

Expand Down
1 change: 1 addition & 0 deletions packages/ns-ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-ui
# renovate: datasource=github-releases depName=NethServer/nethsecurity-ui
PKG_VERSION:=1.27.3
PKG_RELEASE:=1

Expand Down
1 change: 1 addition & 0 deletions packages/python3-nethsec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python3-nethsec
# renovate: datasource=github-tags depName=NethServer/python3-nethsec
PKG_VERSION:=1.1.0
PKG_RELEASE:=1

Expand Down
21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"customManagers:makefileVersions",
":disableDependencyDashboard",
":disableRateLimiting"
],
"packageRules": [
{
"matchPaths": [
"tools/**",
"docs/**"
],
"enabled": false
}
],
"vulnerabilityAlerts": {
"enabled": true
}
}
Loading