Skip to content

Commit aaea50a

Browse files
authored
Merge pull request #306 from gemini-hlsw/GOATS-683/dependabot-bug
GOATS-683: Fix dependabot.yaml.
2 parents 6a3b142 + e97bad6 commit aaea50a

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/dependabot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ updates:
88
interval: "daily"
99
ignore:
1010
# TOMToolkit limit.
11-
- dependency_name: "django"
11+
- dependency-name: "django"
1212
versions: [">=5.0.0"]
1313
# ANTARES client workaround.
14-
- dependency_name: "marshmallow"
14+
- dependency-name: "marshmallow"
1515
versions: [">=4.0.0"]
1616
# TOMToolkit limit.
17-
- dependency_name: "astropy"
17+
- dependency-name: "astropy"
1818
versions: [">=7.0.0"]
1919
# Enable version updates for GitHub Actions
2020
- package-ecosystem: "github-actions"

.github/workflows/build_conda_env.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Build Conda Environment
22

33
on:
4+
workflow_dispatch:
45
schedule:
5-
- cron: '0 0 * * *' # Runs daily at midnight UTC
6+
- cron: "0 0 * * *" # Runs daily at midnight UTC
67

78
jobs:
89
build_conda_env:
@@ -14,7 +15,7 @@ jobs:
1415
strategy:
1516
fail-fast: false
1617
matrix:
17-
# Test building on Mac Intel as well.
18+
# Test building on Mac Intel as well.
1819
os: [ubuntu-latest, macos-13]
1920
python-version: ["3.12"]
2021

0 commit comments

Comments
 (0)