Skip to content

Commit

Permalink
chore: add renovate (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage authored Feb 16, 2023
1 parent 2dd1be1 commit 428dd37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 9 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ include README.md
include noxfile.py
include requirements-dev.txt

global-exclude *.py[cod] __pycache__ *.so *.pyd *.dylib .vscode/*
global-exclude *.py[cod] __pycache__ *.so *.pyd *.dylib

global-exclude tests/example-project/build/**/*
global-exclude tests/example-project/src/pypackage/*.c
global-exclude tests/example-project/src/pypackage/*.cpp
exclude renovate.json

exclude .github/**/*
exclude .vscode/*

exclude tests/example-project/build/**/*
exclude tests/example-project/src/pypackage/*.c
exclude tests/example-project/src/pypackage/*.cpp
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["dependencies"],
"schedule": [
"before 3am on Monday"
],
"configMigration": true,
"rangeStrategy": "bump",
"dependencyDashboardTitle": "chore: dependency dashboard"
}

0 comments on commit 428dd37

Please sign in to comment.