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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
schedule:
interval: weekly
versioning-strategy: increase
cooldown:
default-days: 7
groups:
dependencies:
applies-to: version-updates
Expand All @@ -19,6 +21,8 @@ updates:
schedule:
interval: monthly
versioning-strategy: increase
cooldown:
default-days: 7
groups:
dependencies:
applies-to: version-updates
Expand All @@ -33,6 +37,8 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 1
cooldown:
default-days: 7
groups:
github-actions:
patterns:
Expand Down
10 changes: 10 additions & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ export default defineConfig({
label: 'stackOverflow',
href: 'https://stackoverflow.com/questions/tagged/htmlhint',
},
{
icon: 'npm',
label: 'npm',
href: 'https://www.npmjs.com/package/htmlhint',
},
{
icon: 'vscode',
label: 'VS Code Extension',
href: 'https://marketplace.visualstudio.com/items?itemName=HTMLHint.vscode-htmlhint',
},
],
head: [
{
Expand Down
Loading