This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c0c858c  feat: add Dependabot config file and configure updates to 
Actions everyday (#187)
c0c858c is described below

commit c0c858ccefb6799758b698caa7addd3b73596b6e
Author: John Bampton <[email protected]>
AuthorDate: Tue Feb 16 20:38:13 2021 +1000

    feat: add Dependabot config file and configure updates to Actions everyday 
(#187)
---
 .github/dependabot.yml                                         | 10 ++++++++++
 .../blog/2020-12-16-another-way-to-implement-envoy-filter.md   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5737055
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+# Set update schedule for GitHub Actions
+
+version: 2
+updates:
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      # Check for updates to GitHub Actions every weekday
+      interval: "daily"
diff --git a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md 
b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
index 4f1faee..fb7e016 100644
--- a/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
+++ b/website/blog/2020-12-16-another-way-to-implement-envoy-filter.md
@@ -5,7 +5,7 @@ authorURL: "https://github.com/nic-chen";
 authorImageURL: "https://avatars0.githubusercontent.com/u/33000667";
 ---
 
-> [@nic-chen](https://github.com/nic-chen), Apache APISIX PMC from [Shenzhen 
Zhiliu Technology Co.](http://www.apiseven.com/)
+> [@nic-chen](https://github.com/nic-chen), Apache APISIX PMC from [Shenzhen 
Zhiliu Technology Co.](https://www.apiseven.com/)
 >
 > Source: 
 > https://www.apiseven.com/en/blog/another-way-to-implement-envoy-filter
 

Reply via email to