Skip to content

Commit 9604ae1

Browse files
authored
enable dependabot for GitHub actions (#544)
1 parent 85d3ccd commit 9604ae1

File tree

3 files changed

+19
-100200
lines changed

3 files changed

+19
-100200
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Location of package manifests
6+
schedule:
7+
interval: "weekly"

doc/Interpolations.jl.ipynb

Lines changed: 8 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 1,
26+
"execution_count": null,
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
@@ -48,30 +48,9 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 2,
51+
"execution_count": null,
5252
"metadata": {},
53-
"outputs": [
54-
{
55-
"data": {
56-
"text/plain": [
57-
"10-element interpolate(::Array{Float64,1}, BSpline(Linear())) with element type Float64:\n",
58-
" 0.0 \n",
59-
" 0.6427876096865393 \n",
60-
" 0.984807753012208 \n",
61-
" 0.8660254037844387 \n",
62-
" 0.3420201433256689 \n",
63-
" -0.34202014332566866 \n",
64-
" -0.8660254037844385 \n",
65-
" -0.9848077530122081 \n",
66-
" -0.6427876096865396 \n",
67-
" -2.4492935982947064e-16"
68-
]
69-
},
70-
"execution_count": 2,
71-
"metadata": {},
72-
"output_type": "execute_result"
73-
}
74-
],
53+
"outputs": [],
7554
"source": [
7655
"using Interpolations\n",
7756
"\n",
@@ -97,7 +76,7 @@
9776
},
9877
{
9978
"cell_type": "code",
100-
"execution_count": 4,
79+
"execution_count": null,
10180
"metadata": {},
10281
"outputs": [],
10382
"source": [
@@ -129,64 +108,9 @@
129108
},
130109
{
131110
"cell_type": "code",
132-
"execution_count": 6,
111+
"execution_count": null,
133112
"metadata": {},
134-
"outputs": [
135-
{
136-
"name": "stderr",
137-
"output_type": "stream",
138-
"text": [
139-
"┌ Info: Precompiling Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004]\n",
140-
"└ @ Base loading.jl:1186\n",
141-
"ERROR: LoadError: syntax: try without catch or finally\n",
142-
"Stacktrace:\n",
143-
" [1] include at ./boot.jl:317 [inlined]\n",
144-
" [2] include_relative(::Module, ::String) at ./loading.jl:1038\n",
145-
" [3] include(::Module, ::String) at ./sysimg.jl:29\n",
146-
" [4] top-level scope at none:2\n",
147-
" [5] eval at ./boot.jl:319 [inlined]\n",
148-
" [6] eval(::Expr) at ./client.jl:389\n",
149-
" [7] top-level scope at ./none:3\n",
150-
"in expression starting at /home/tim/.julia/packages/Compose/y7cU7/src/Compose.jl:207\n",
151-
"ERROR: LoadError: Failed to precompile Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] to /home/tim/.julia/compiled/v1.0/Compose/sbiEw.ji.\n",
152-
"Stacktrace:\n",
153-
" [1] error(::String) at ./error.jl:33\n",
154-
" [2] macro expansion at ./logging.jl:313 [inlined]\n",
155-
" [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184\n",
156-
" [4] _require(::Base.PkgId) at ./logging.jl:311\n",
157-
" [5] require(::Base.PkgId) at ./loading.jl:852\n",
158-
" [6] macro expansion at ./logging.jl:311 [inlined]\n",
159-
" [7] require(::Module, ::Symbol) at ./loading.jl:834\n",
160-
" [8] include at ./boot.jl:317 [inlined]\n",
161-
" [9] include_relative(::Module, ::String) at ./loading.jl:1038\n",
162-
" [10] include(::Module, ::String) at ./sysimg.jl:29\n",
163-
" [11] top-level scope at none:2\n",
164-
" [12] eval at ./boot.jl:319 [inlined]\n",
165-
" [13] eval(::Expr) at ./client.jl:389\n",
166-
" [14] top-level scope at ./none:3\n",
167-
"in expression starting at /home/tim/.julia/packages/Gadfly/p8TXc/src/Gadfly.jl:7\n"
168-
]
169-
},
170-
{
171-
"ename": "ErrorException",
172-
"evalue": "Failed to precompile Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004] to /home/tim/.julia/compiled/v1.0/Gadfly/DvECm.ji.",
173-
"output_type": "error",
174-
"traceback": [
175-
"Failed to precompile Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004] to /home/tim/.julia/compiled/v1.0/Gadfly/DvECm.ji.",
176-
"",
177-
"Stacktrace:",
178-
" [1] error(::String) at ./error.jl:33",
179-
" [2] macro expansion at ./logging.jl:313 [inlined]",
180-
" [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184",
181-
" [4] macro expansion at ./logging.jl:311 [inlined]",
182-
" [5] _require(::Base.PkgId) at ./loading.jl:941",
183-
" [6] require(::Base.PkgId) at ./loading.jl:852",
184-
" [7] macro expansion at ./logging.jl:311 [inlined]",
185-
" [8] require(::Module, ::Symbol) at ./loading.jl:834",
186-
" [9] top-level scope at In[6]:1"
187-
]
188-
}
189-
],
113+
"outputs": [],
190114
"source": [
191115
"using Gadfly\n",
192116
"\n",
@@ -214,21 +138,9 @@
214138
},
215139
{
216140
"cell_type": "code",
217-
"execution_count": 7,
141+
"execution_count": null,
218142
"metadata": {},
219-
"outputs": [
220-
{
221-
"ename": "UndefVarError",
222-
"evalue": "UndefVarError: plot not defined",
223-
"output_type": "error",
224-
"traceback": [
225-
"UndefVarError: plot not defined",
226-
"",
227-
"Stacktrace:",
228-
" [1] top-level scope at In[7]:7"
229-
]
230-
}
231-
],
143+
"outputs": [],
232144
"source": [
233145
"xs = 1:5\n",
234146
"ys = 1:8\n",

doc/Plotting examples.ipynb

Lines changed: 4 additions & 100104 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)