diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml new file mode 100644 index 0000000..8f96dcd --- /dev/null +++ b/.github/workflows/dependabot-merge.yml @@ -0,0 +1,13 @@ +name: Dependabot auto-merge +on: + pull_request: + types: [opened, reopened] + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + +jobs: + dependabot: + uses: jimbrig/ghactions/.github/workflows/dependabot-merge.yml@main diff --git a/inst/CHANGELOG.md b/inst/CHANGELOG.md index 12906a0..32da7ae 100644 --- a/inst/CHANGELOG.md +++ b/inst/CHANGELOG.md @@ -86,6 +86,8 @@ All notable changes to this project will be documented in this file. - Autopublish 2024-04-01T14:16:20Z - Autopublish 2024-04-30T01:53:15Z - Autopublish 2024-04-30T15:09:33Z +- Autopublish 2024-05-27T19:47:45Z +- Autopublish 2024-06-08T01:32:59Z ### Refactor