From 20bea3f46fffbca41fb10486aee1344780191583 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 29 Nov 2022 12:41:49 +0900 Subject: [PATCH 1/2] Added dependabot for GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b18fd29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' From 71daee3704cb4c37b7422e1683ce4daf6c325a59 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 30 Nov 2022 15:51:10 +0900 Subject: [PATCH 2/2] Added changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c244cec..f806903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD (unreleased) +- Added dependabot for GitHub Actions (https://github.com/ruby/syntax_suggest/pull/160) + ## 1.0.1 - Replace `❯` with `>` in error output for compatability with more fonts (https://github.com/ruby/syntax_suggest/pull/161)