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
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ updates:
interval: weekly
day: monday
groups:
security:
applies-to: security-updates
patterns:
- "*"
minor_patch:
minor-patch:
update-types:
- minor
- patch
major:
update-types:
- major
pre_release:
pre-release:
patterns:
- "*"
- "*-*"
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/ExtensionCard.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import {
getContentRatingBg,
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/ExtensionDetails.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { watch } from "vue";
import {
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/ExtensionList.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright © 2026 Inkdex */

/* Reusable Components */
.btn-brand {
background: var(--vp-button-brand-bg);
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/ExtensionList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { computed, nextTick, onMounted, ref, watch } from "vue";
import ExtensionCard from "./ExtensionCard.vue";
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/ExtensionSearch.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { useRouter } from "vitepress";
import { computed, nextTick, onMounted, onUnmounted, ref, watch } from "vue";
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/FilterPanel.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { computed } from "vue";
import {
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/NotificationPanel.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { computed } from "vue";
import type { Notification } from "../composables/useNotifications";
Expand Down
3 changes: 3 additions & 0 deletions src/.vitepress/theme/components/RepositoryManager.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
<!-- Copyright © 2026 Inkdex -->

<script setup lang="ts">
import { computed, ref } from "vue";
import type { CustomRepository } from "../lib/extensions";
Expand Down