Skip to content
Snippets Groups Projects
Commit b4cc7f4d authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: unpublishSafe docs url

parent f7f0d875
No related branches found
No related tags found
No related merge requests found
const { appSlug } = require('../../config/app-strings');
const { appSlug, urls } = require('../../config/app-strings');
module.exports = {
setUnpublishable,
......@@ -28,7 +28,7 @@ async function setUnpublishable(config) {
context,
description,
state,
'https://renovatebot.com/docs/configuration-reference/configuration-options#unpublishsafe'
urls.documentation
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment