File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1313outfile = open (infile , "a" )
1414
1515response = 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)
1818records = response .json ()
1919for record in records ["hits" ]["hits" ]:
You can’t perform that action at this time.
0 commit comments