Skip to content

Commit b957b81

Browse files
committed
Add dependabot
1 parent c306017 commit b957b81

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (C) 2025 California Institute of Technology.
4+
# Copyright (C) 2025 Northwestern University.
5+
#
6+
# Documentation: https://docs.github.com/en/code-security/dependabot
7+
8+
version: 2
9+
updates:
10+
# Enable version updates for GitHub actions
11+
- package-ecosystem: "github-actions"
12+
# Exception as per documentation: "/" means to look for any files in `.github/workfows/`
13+
directory: "/"
14+
# Check for updates once a week on Monday
15+
schedule:
16+
interval: "weekly"

add_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
outfile = open(infile, "a")
1414

1515
response = requests.get(
16-
"https://data.caltech.edu/api/records?q=metadata.subjects.subject:thesis AND metadata.subjects.subject:gps&allversions=true&size=1000"
16+
"https://data.caltech.edu/api/records?q=metadata.subjects.subject:thesis AND metadata.subjects.subject:gps&allversions=true&size=1000"
1717
)
1818
records = response.json()
1919
for record in records["hits"]["hits"]:

0 commit comments

Comments
 (0)