Skip to content

Commit 110381f

Browse files
Create Dependabot config file (GeoNode#6472)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent a6c6b5a commit 110381f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: "11:00"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- dependencies
11+
- backport 3.x
12+
milestone: 3.1
13+
ignore:
14+
- dependency-name: django
15+
versions:
16+
- "< 2.1"
17+
- ">= 3.0.a"
18+
- "< 3.1"

.github/stale.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ exemptLabels:
77
- blocker
88
- regression
99
- security
10+
- major
1011
- gnip
1112
# Label to use when marking an issue as stale
1213
staleLabel: wontfix
@@ -16,4 +17,4 @@ markComment: >
1617
recent activity. It will be closed if no further activity occurs. Thank you
1718
for your contributions.
1819
# Comment to post when closing a stale issue. Set to `false` to disable
19-
closeComment: false
20+
closeComment: true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ exclude = '''
1515
'''
1616

1717
[build-system]
18-
requires = ["setuptools >= 40.8", "pip >= 19.1"]
18+
requires = ["setuptools >= 40.8", "pip >= 19.1", "wheel"]
1919
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)