Skip to content

Commit

Permalink
Merge pull request #6 from zstyblik/dependabot_gh_actions
Browse files Browse the repository at this point in the history
Update versions of GH actions and add dependabot config
  • Loading branch information
zstyblik authored May 3, 2024
2 parents 2d95f29 + 97732e8 commit 807582a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-actions-dependencies:
# pip: Only group patch updates
update-types: [patch]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-actions-dependencies:
# GitHub Actions: Only group minor and patch updates
update-types: [minor, patch]
4 changes: 2 additions & 2 deletions .github/workflows/ii_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand Down

0 comments on commit 807582a

Please sign in to comment.