Skip to content

Commit

Permalink
Merge pull request #18 from cbrgm/update-f
Browse files Browse the repository at this point in the history
chore: update project files
  • Loading branch information
cbrgm authored Dec 17, 2023
2 parents 561f732 + c515541 commit 94f666b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 69 deletions.
7 changes: 2 additions & 5 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2023-12-17T02:18:29.166451+01:00",
"version": "v1.1.4-dirty",
"generated_at": "2023-12-17T15:13:21.712116+01:00",
"version": "v1.1.5-dirty",
"files": [
{
"path": ".editorconfig"
Expand All @@ -11,9 +11,6 @@
{
"path": ".github/auto_assign.yml"
},
{
"path": ".github/dependabot.yml"
},
{
"path": ".github/issue_template.md"
},
Expand Down
64 changes: 0 additions & 64 deletions .github/dependabot.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,21 @@ jobs:
env:
GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }}

renovate:
runs-on: ubuntu-latest
if: github.actor == 'renovate[bot]'

steps:
- name: Approve request
id: approve
run: gh pr review --approve ${{ github.event.pull_request.html_url }}
env:
GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }}

- name: Enable automerge
id: automerge
run: gh pr merge --rebase --auto ${{ github.event.pull_request.html_url }}
env:
GH_TOKEN: ${{ secrets.BOT_PAT_TOKEN }}

...

0 comments on commit 94f666b

Please sign in to comment.