Skip to content

Commit 2df1268

Browse files
Merge pull request #20 from intelops/feat/renovate
testing renovate
2 parents 7ff7898 + ab8050d commit 2df1268

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"fileMatch": [
3+
"(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$"
4+
]
5+
}

.github/workflows/renovate.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Renovate
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
renovate:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout
15+
uses: actions/[email protected]
16+
- name: Self-hosted Renovate
17+
uses: renovatebot/[email protected]
18+
with:
19+
token: ${{ secrets.RENOVATE_TOKEN }}

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ build
44
dist
55
*.egg-info
66
__pycache__
7-
test.py
8-
*.json
7+
test.py

0 commit comments

Comments
 (0)