Skip to content

Commit

Permalink
chore: configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jan 25, 2024
1 parent 4f73c2f commit 081ed20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ on:
branches:
- master
- dev/*
- stable/*

jobs:
ci:
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@ci-py12-v1
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@ci-py12-v3
secrets: inherit

with:
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.1"
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": ["github>AmpelProject/renovate-config"],
"enabledManagers": ["github-actions", "poetry"],
"baseBranches": ["master", "v0.8.x"]
"extends": [
"github>AmpelProject/renovate-config",
"github>AmpelProject/renovate-config//regexManagers/githubActionsVersions"
],
"baseBranches": ["master", "stable/v0.8"],
"packageRules": [
{
"matchPackagePatterns": ["^ampel-.*"],
"allowedVersions": "<0.11"
}
]
}

0 comments on commit 081ed20

Please sign in to comment.