Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 0490fb3

Browse files
committed
Change webpage contents
1 parent b31693f commit 0490fb3

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ For more, check out the [Contributing Guide](CONTRIBUTING.md).
6363
6464
6565
[![Sponsor](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com/?utm_source=divideprojects&utm_campaign=oss)
66-

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "dependabot-auto-merger",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"private": true,
55
"description": "Bot to merge dependabot PR's based on a simple config file.",
6-
"author": "Divide Projects",
6+
"author": "Divkix",
77
"license": "ISC",
8-
"homepage": "https://github.com/",
8+
"homepage": "https://github.com/apps/dependabot-auto-merger",
99
"keywords": [
1010
"probot",
1111
"github",
@@ -30,4 +30,4 @@
3030
"engines": {
3131
"node": ">= 10.13.0"
3232
}
33-
}
33+
}

public/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Hello from Vercel</title>
7+
<title>Dependabot-auto-merger</title>
88
</head>
99
<body>
10-
<h1>Hello from Vercel</h1>
11-
12-
<p>Edit this file in <code>public/index.html</code></p>
10+
<h1>Dependabot-auto-merger</h1>
1311

1412
<p>
15-
Your app receives webhook requests at
16-
<code>POST /api/github/webhooks</code>
13+
You can find more information about the bot here: </br>
14+
<a href="https://github.com/apps/dependabot-auto-merger"
15+
>Dependabot-auto-merger</a
16+
>
1717
</p>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)