Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: simplify dependabot config

the3ash e594de00 796ce0a5

+2 -7
+2 -7
.github/dependabot.yml
··· 5 5 schedule: 6 6 interval: 'weekly' 7 7 day: 'monday' 8 - time: '09:00' 9 - open-pull-requests-limit: 5 10 - rebase-strategy: auto 11 - versioning-strategy: auto 12 8 assignees: 13 9 - 'the3ash' 14 10 commit-message: ··· 24 20 update-types: ['minor', 'patch'] 25 21 # Markdown/MDX ecosystem 26 22 markdown: 27 - patterns: ['markdown-it', '@types/markdown-it', 'mdast-*', 'remark-*', 'rehype-*', 'unist-*'] 23 + patterns: 24 + ['markdown-it', '@types/markdown-it', 'mdast-*', 'remark-*', 'rehype-*', 'unist-*'] 28 25 update-types: ['minor', 'patch'] 29 26 # Code quality tools 30 27 eslint: ··· 70 67 schedule: 71 68 interval: 'weekly' 72 69 day: 'monday' 73 - time: '09:00' 74 - rebase-strategy: auto 75 70 assignees: 76 71 - 'the3ash' 77 72 commit-message: