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 9135c37 commit 2bbddf5
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-06T01:12:45.093201132Z",
"version": "1.2.2",
"generated_at": "2024-01-26T16:03:47.893984235Z",
"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 2bbddf5

Please sign in to comment.