fix(renovate): add manager for Decap CMS

This commit is contained in:
Harsh Shandilya 2024-02-02 00:42:12 +05:30
parent a249f43715
commit 21c75c36d8
2 changed files with 10 additions and 1 deletions

View File

@ -21,6 +21,15 @@
],
"depNameTemplate": "gohugoio/hugo",
"datasourceTemplate": "github-releases"
},
{
"description": "Update Decap CMS",
"fileMatch": ["static/admin/index.html"],
"matchStrings": [
"\/decap-cms@(?<currentValue>.*?)\/dist"
],
"depNameTemplate": "decap-cms",
"datasourceTemplate": "npm"
}
],
"commitMessageSuffix": "[staging]"

View File

@ -8,6 +8,6 @@
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.1.0-beta.0/dist/decap-cms.js"></script>
<script src="https://unpkg.com/decap-cms@3.1.1/dist/decap-cms.js"></script>
</body>
</html>