diff --git a/.github/renovate.json b/.github/renovate.json index 073aba35..0d3ea8d4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,6 +28,24 @@ "matchStrings": ["fontawesome/(?.*?)/css"], "depNameTemplate": "org.webjars.bower:fontawesome", "datasourceTemplate": "maven" + }, + { + "fileMatch": ["src/main/resources/org/jenkinsci/account/taglib/layout.jelly"], + "matchStrings": ["webcomponentsjs@(?.*?)/"], + "depNameTemplate": "@webcomponents/webcomponentsjs", + "datasourceTemplate": "npm" + }, + { + "fileMatch": ["src/main/resources/org/jenkinsci/account/taglib/layout.jelly"], + "matchStrings": ["lit@(?.*?)/"], + "depNameTemplate": "lit", + "datasourceTemplate": "npm" + }, + { + "fileMatch": ["src/main/resources/org/jenkinsci/account/taglib/layout.jelly"], + "matchStrings": ["ionicons/(?.*?)/css"], + "depNameTemplate": "ionicons", + "datasourceTemplate": "npm" } ], "packageRules": [ diff --git a/src/main/resources/org/jenkinsci/account/taglib/layout.jelly b/src/main/resources/org/jenkinsci/account/taglib/layout.jelly index 4865328f..fadc5010 100644 --- a/src/main/resources/org/jenkinsci/account/taglib/layout.jelly +++ b/src/main/resources/org/jenkinsci/account/taglib/layout.jelly @@ -41,10 +41,12 @@ - - - +