Skip to content

Commit

Permalink
Adding nvmrc and poetry to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Oct 11, 2023
1 parent 93739f1 commit 49835b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"extends": ["github>pangaeatech/.github"],
"baseBranches": ["main"],
"branchPrefix": "renovate/",
"enabledManagers": ["pip_requirements", "npm"]
"enabledManagers": ["pip_requirements", "npm", "nvm", "poetry"]
}
1 change: 1 addition & 0 deletions .github/workflows/auto-add-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: repo-sync/pull-request@v2.12
id: open-pr
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version-file: "pyproject.toml"
cache: "pip"

- run: pip install -r requirements.txt
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version-file: ".nvmrc"

- run: npm install
working-directory: tpl
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.20.2
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
line-length = 150
target-version = ['py38']
include = 'salt2type|\.pyi?$'

[tool.poetry.dependencies]
python = "3.8.10"

0 comments on commit 49835b4

Please sign in to comment.