diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..41675d0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: bundler + directory: "/" + schedule: + interval: daily + time: "07:00" + open-pull-requests-limit: 99 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "07:00" + open-pull-requests-limit: 99 diff --git a/README.md b/README.md index 66c8b5d..c63599e 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Currently it supports bumping version for a gem. ### Installation -Add a file to your github workflow `.github/workflows/version-update.yml` with following content: +Add a file to your github workflow `.github/workflows/dobby-action.yml` with following content: ```yaml -name: "version update action" +name: "dobby action" on: issue_comment: types: [created]