Skip to content

Commit

Permalink
move to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraDysis committed Feb 4, 2025
1 parent 98af91c commit 94b0fef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Python Poetry packages

on:
workflow_dispatch:

schedule:
- cron: "0 0 1 * *"

jobs:
update-packages:
runs-on: ubuntu-latest
steps:
- uses: Apakottur/action-poetry-package-update@v1
with:
base-branch: main

0 comments on commit 94b0fef

Please sign in to comment.