Skip to content

Commit

Permalink
Improve github integration
Browse files Browse the repository at this point in the history
* Add explicit timeouts to github jobs
* Add a dependabot config to keep action versions fresh
  • Loading branch information
dkfellows committed Apr 21, 2023
1 parent ca588d5 commit 3d28f04
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2021 The University of Manchester
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "dkfellows"
reviewers:
- "rowleya"
2 changes: 2 additions & 0 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:

validate:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
python-version: [3.8]
Expand Down

0 comments on commit 3d28f04

Please sign in to comment.