Skip to content

Commit 958d64d

Browse files
authored
Merge pull request #386 from ixartz/vitest-browser-2
Add dependabot.yml
2 parents 8ad167f + 1b5358b commit 958d64d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: npm
5+
# Look for `package.json` and `lock` files in the root directory
6+
directory: /
7+
# Check the npm registry for updates every day
8+
schedule:
9+
interval: cron
10+
cronjob: '0 1 * * *'
11+
# Limit the number of open pull requests for version updates to 10
12+
open-pull-requests-limit: 1

src/app/robots.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function robots(): MetadataRoute.Robots {
66
rules: {
77
userAgent: '*',
88
allow: '/',
9+
disallow: '/dashboard/',
910
},
1011
sitemap: `${getBaseUrl()}/sitemap.xml`,
1112
};

0 commit comments

Comments
 (0)