Skip to content

Commit

Permalink
refactor: batch update of project dependencies and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jan 26, 2024
1 parent 1bb730c commit 6b98b45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-01-16T18:00:46.781499+01:00",
"version": "v1.1.5-dirty",
"generated_at": "2024-01-26T16:11:40.190307312Z",
"version": "1.2.4",
"files": [
{
"path": ".editorconfig"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
days-before-stale: 14
days-before-close: -1
operations-per-run: 100
- name: Cleanup Stale Branches
uses: cbrgm/cleanup-stale-branches-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
dry-run: false
...

0 comments on commit 6b98b45

Please sign in to comment.