Skip to content

Commit

Permalink
Create dependabot.yml (#1)
Browse files Browse the repository at this point in the history
* Create dependabot.yml

* Update test-pr.yml

go with macos-13 for now
  • Loading branch information
kn-ms authored Apr 24, 2024
1 parent 2329fca commit c79d2fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
fail-fast: false

Expand Down

0 comments on commit c79d2fc

Please sign in to comment.