Skip to content

Commit

Permalink
CI: Update GHA recipes and more
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 22, 2023
1 parent b0688dd commit 8f1b3c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:

- name: Acquire sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Install Poetry
run: pipx install poetry==1.2.2
run: pipx install poetry

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 8f1b3c6

Please sign in to comment.