We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ad167f + 1b5358b commit 958d64dCopy full SHA for 958d64d
.github/dependabot.yml
@@ -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
@@ -6,6 +6,7 @@ export default function robots(): MetadataRoute.Robots {
rules: {
userAgent: '*',
allow: '/',
+ disallow: '/dashboard/',
},
sitemap: `${getBaseUrl()}/sitemap.xml`,
};
0 commit comments